@sanity/desk-tool
Version:
Tool for managing all sorts of content in a structured manner
8 lines • 335 B
TypeScript
import { DocumentActionDescription } from '@sanity/base';
import React from 'react';
export interface ActionMenuButtonProps {
actionStates: DocumentActionDescription[];
disabled: boolean;
}
export declare function ActionMenuButton(props: ActionMenuButtonProps): React.JSX.Element;
//# sourceMappingURL=ActionMenuButton.d.ts.map