chop-logic-components
Version:
React UI components library for Chop Logic project
7 lines (6 loc) • 345 B
TypeScript
export { default as ChopLogicForm } from './form/Form';
export { default as ChopLogicGrid } from './grid/Grid';
export { default as ChopLogicMenu } from './menu/Menu';
export { default as ChopLogicTabs } from './tabs/Tabs';
export { default as ChopLogicDialog } from './dialog/Dialog';
export { default as ChopLogicAlert } from './alert/Alert';