Skip to content

Commit

Permalink
FE: core: export keyframes and css so we can animate things (#2355)
Browse files Browse the repository at this point in the history
* xport keyframes and css so we can animate things in private

* ok
  • Loading branch information
smonero authored Aug 29, 2022
1 parent 1aef7e0 commit 8cb2e3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/packages/core/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ export { default as Code } from "./text";
export { Typography } from "./typography";
export { default as ClutchApp } from "./AppProvider";

export { css as EMOTION_CSS, keyframes as EMOTION_KEYFRAMES } from "@emotion/react";

export type { BaseWorkflowProps, WorkflowConfiguration } from "./AppProvider/workflow";
export type { ButtonProps } from "./button";
export type { CardHeaderSummaryProps } from "./card";
Expand Down

0 comments on commit 8cb2e3d

Please sign in to comment.