interface Column { id: string, label: string | React.ReactNode; renderColumn?: (item: any) => React.ReactNode, minWidth?: number, maxWidth?: number }
import {Column} from 'uxp/components';
Last updated 6 months ago