ISpecialDate

Options that can be passed to a date picker field

interface ISpecialDate {
    date: string | Date,
    label?: string
    backgroundColor?: string
    color?: string
}

Usage

import {ISpecialDate} from 'uxp/components';

Last updated