UNPKG

@wulperstudio/cms

Version:
9 lines (8 loc) 191 B
export interface DateOutputPropsModel { label?: string; showBorder?: boolean; showBoxShadow?: boolean; backgroundColor?: boolean; showDivider?: boolean; date: Date; }