Skip to content

Commit

Permalink
update exports
Browse files Browse the repository at this point in the history
  • Loading branch information
hpratt committed Aug 27, 2022
1 parent d649ebd commit 32aab6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export { AppBar, AppBarProps } from './components/AppBar';
export { Button, ButtonProps } from './components/Button';
export { Typography, TypographyProps } from './components/Typography';
export { SearchBox, SearchBoxProps } from './components/SearchBox';
export { SearchBox, SearchBoxProps, SearchBoxWithSelect, SearchBoxWithSelectProps } from './components/SearchBox';
export { Select, SelectProps } from './components/Select';
export { DropDownMenu, DropDownMenuProps } from './components/DropDownMenu';
export { PSYCHSCREEN_DEFAULT_THEME, PSYCHSCREEN_LIGHT_THEME, PSYCHSCREEN_DARK_THEME, PSYCHSCREEN_DEFAULT_FONT_FAMILY, PSYCHSCREEN_TONAL_PALETTES } from './constants';

0 comments on commit 32aab6f

Please sign in to comment.