UNPKG

hotelier-lib

Version:

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

14 lines (13 loc) 386 B
import React from 'react'; declare function CalendarCard({ name, textColor, bgColor, iconColor, countColor, width, height, userCount, nightsCount, }: { name: any; textColor: any; bgColor: any; iconColor: any; countColor: any; width: any; height: any; userCount: any; nightsCount: any; }): React.JSX.Element; export default CalendarCard;