CRUD component instannce props
interface CRUDComponentInstanceProps { /** * option to refresh the list */ refreshList: () => void }
import {CRUDComponentInstanceProps} from 'uxp/components';
Last updated 6 months ago