@sanity/desk-tool
Version:
Tool for managing all sorts of content in a structured manner
9 lines • 356 B
TypeScript
import { ButtonTone, DialogProps, Placement } from '@sanity/ui';
export declare const POPOVER_FALLBACK_PLACEMENTS: Placement[];
export declare const LEGACY_DIALOG_TO_UI_COLOR: {
[key: string]: ButtonTone | undefined;
};
export declare const DIALOG_WIDTH_TO_UI_WIDTH: {
[key: string]: DialogProps['width'];
};
//# sourceMappingURL=constants.d.ts.map