ohif-viewer/platform/ui/index.js
Rodrigo Antinarelli b183e78f47 feat: ui v2 - Date Range Component (#1537)
* feat: Date Range wrapper component

* fix yarn issues

* add calendar icon

* date range css styles

* date range fixes

* fix propTypes warning

* fix clear method, defaultProps & onChange method

* update inline styles to use tailwind classes

* date range documentation page

* minor refactor
2020-05-15 12:38:05 +01:00

18 lines
243 B
JavaScript

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