UNPKG

brandelli

Version:

react components library in typescript

11 lines (10 loc) 285 B
import List from './lib/List'; export { List }; import Switcher from './lib/Switcher'; export { Switcher }; import Icon from './lib/Icon'; export { Icon }; import SortableHeader from './lib/SortableHeader'; export { SortableHeader }; import Table from './lib/Table'; export { Table };