UNPKG

@spaceone/design-system

Version:
9 lines (7 loc) 156 B
import { Dayjs } from 'dayjs'; export interface DatePaginationProps { date: Dayjs; type: string; allowFuture: boolean; timezone: string; }