Options that can be passed to a date picker field
interface ISpecialDate { date: string | Date, label?: string backgroundColor?: string color?: string }
import {ISpecialDate} from 'uxp/components';
Last updated 8 months ago