RenderCustomFormView

Definition

type RenderCustomFormView = (show: boolean, onClose: () => void, editInstance?: any) => React.ReactNode

Usage

import { RenderCustomFormView } from 'uxp/components';

Last updated