type RenderCustomFormView = (show: boolean, onClose: () => void, editInstance?: any) => React.ReactNode
import {RenderCustomFormView} from 'uxp/components';
Last updated 6 months ago