UNPKG

fenextjs-interface

Version:
7 lines (6 loc) 158 B
export type DateDataTypeProps = "normal" | "range"; export interface DateDataProps { type?: DateDataTypeProps; date?: Date; dateRange?: Date[]; }