export interface DateOutputPropsModel {
    label?: string;
    showBorder?: boolean;
    showBoxShadow?: boolean;
    backgroundColor?: boolean;
    showDivider?: boolean;
    date: Date;
}
