UNPKG

@quanxi/ui

Version:

全悉组件库

10 lines (9 loc) 419 B
/// <reference types="react" /> import { ButtonProps } from "../Button"; export declare const PickerButton: (props: ButtonProps) => JSX.Element; export declare const Components: { button: (props: ButtonProps) => JSX.Element; }; export type { DatePickerProps, DateRangePickerProps } from "./type"; export { default as DatePicker } from "./datePicker"; export { default as DateRangePicker } from "./dateRangePicker";