ohif-viewer/platform/ui/index.js
Gustavo André Lelis b7a72f5225 OHIF-32: Wrapping React-select with our style requirements (#1529)
* Custom Select component

* Including inpot section

* Adding missing import sections on docz

* Change cursor once is disabled

* update date range color font
2020-05-15 12:38:18 +01:00

19 lines
253 B
JavaScript

import * as utils from './src/utils/';
export {
Button,
ButtonGroup,
DateRange,
Icon,
IconButton,
Select,
Svg,
Input,
ThemeWrapper,
Typography,
} from './src/components';
export { utils };
export { StudyList } from './src/views';