UNPKG

@ray-js/smart-ui

Version:

轻量、可靠的智能小程序 UI 组件库

6 lines (5 loc) 347 B
/// <reference types="react" /> import type { SmartCalendar } from './PropTypes'; declare const SmartCalendar: import("react").FC<SmartCalendar>; export declare const Calendar: React.FC<SmartCalendar>; export { SmartCalendar, SmartCalendarEvents, SmartCalendarPoppableProps, SmartCalendarProps, SmartCalendarRangeProps, Day, } from './PropTypes';