UNPKG

hotelier-lib

Version:

A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook

6 lines (5 loc) 145 B
import './table.css'; import InvoiceTable from "./invoiceTable"; declare const Tables: any; export { InvoiceTable }; export default Tables;