Skip to content

Commit

Permalink
fix(types): export Sprinkles type
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyaaa committed Nov 16, 2023
1 parent 9fcc933 commit 7e1ec93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export type {
NumberFormatProps,
NumberFormatter,
} from "./models/system.model";
export type { Sprinkles } from './styles/rainbow-sprinkles.css';

// Init Components
export { default as Box } from "./ui/box";
Expand Down

0 comments on commit 7e1ec93

Please sign in to comment.