Skip to content

Commit

Permalink
export ButtonLite from SG
Browse files Browse the repository at this point in the history
  • Loading branch information
krzotki committed Nov 22, 2023
1 parent 3a316b0 commit fe64dc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export {default as Bubble} from './components/bubble/Bubble';
export type {BubblePropsType} from './components/bubble/Bubble';
export {default as Button} from './components/buttons/Button';
export type {ButtonPropsType} from './components/buttons/Button';
export {default as ButtonLite} from './components/buttons/ButtonLite';
export type {ButtonLitePropsType} from './components/buttons/ButtonLite';
export {default as UnstyledButton} from './components/buttons/UnstyledButton';
export type {UnstyledButtonPropsType} from './components/buttons/UnstyledButton';
export {default as ButtonRound} from './components/buttons/ButtonRound';
Expand Down

0 comments on commit fe64dc4

Please sign in to comment.