UNPKG

hotelier-lib

Version:

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

6 lines (5 loc) 147 B
import React from 'react'; declare function AddRoomType({ onsubmit }: { onsubmit: any; }): React.JSX.Element; export default AddRoomType;