@sanity/desk-tool
Version:
Tool for managing all sorts of content in a structured manner
8 lines • 351 B
TypeScript
import { DocumentActionDialogProps } from '@sanity/base';
import React from 'react';
export interface ActionStateDialogProps {
dialog: DocumentActionDialogProps;
referenceElement?: HTMLElement | null;
}
export declare function ActionStateDialog(props: ActionStateDialogProps): React.JSX.Element;
//# sourceMappingURL=ActionStateDialog.d.ts.map