UNPKG

hotelier-lib

Version:

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

5 lines (4 loc) 110 B
import { Calendar } from "./calendar"; export declare const calander: { Calendar: typeof Calendar; };