Skip to content

Commit

Permalink
chore: add exports for slider
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashshah committed Sep 10, 2024
1 parent 6fc49b6 commit 822d60d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/blocks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export { TextArea, type TextAreaProps } from './textarea';
export { TextInput } from './textInput';
export { ToggleSwitch } from './toggleSwtich';
export { FileUpload } from './fileUpload';
export { Slider, type SliderProps } from './slider';
export { Spinner, type SpinnerProps } from './spinner';

export * from './Blocks.colors';
Expand Down
2 changes: 2 additions & 0 deletions src/blocks/slider/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './Slider';
export * from './Slider.types';

0 comments on commit 822d60d

Please sign in to comment.