UNPKG

@masaischool/lotus

Version:

Masai UI component library designed to work seamlessly with Chakra UI

8 lines (7 loc) 198 B
/// <reference types="react" /> interface Props { color?: string; boxSize?: string; } export declare const CalenderRange: (props: Props) => JSX.Element; export default CalenderRange;