Options that can be passed to a date picker field
interface IDataTableColumn { title: string | ITitleFunc, width: string, renderColumn: (item: any) => JSX.Element }
import {IDataTableColumn} from 'uxp/components';
Last updated 1 year ago