UNPKG

hotelier-lib

Version:

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

8 lines (7 loc) 171 B
import React from 'react'; declare function Column({ title, task, id }: { title: any; task: any; id: any; }): React.JSX.Element; export default Column;