ISpecialDate
interface ISpecialDate {
date: string | Date,
label?: string
backgroundColor?: string
color?: string
}Usage
import {ISpecialDate} from 'uxp/components';Last updated
interface ISpecialDate {
date: string | Date,
label?: string
backgroundColor?: string
color?: string
}import {ISpecialDate} from 'uxp/components';Last updated