@sanity/default-layout
Version:
The default layout components for Sanity
13 lines • 632 B
TypeScript
export declare const DEBUG_FRAGMENT = "_debug_search_score";
export declare const FINDABILITY_MVI = 2;
export declare const SEARCH_LIMIT = 1000;
export declare const GLOBAL_SEARCH_KEY = "k";
export declare const GLOBAL_SEARCH_KEY_MODIFIER: string;
export declare const POPOVER_INPUT_PADDING: number;
export declare const POPOVER_MAX_HEIGHT = 735;
export declare const POPOVER_MAX_WIDTH = 800;
export declare const SUBHEADER_HEIGHT_LARGE = 51;
export declare const SUBHEADER_HEIGHT_SMALL = 43;
export declare const VIRTUAL_LIST_ITEM_HEIGHT = 55;
export declare const VIRTUAL_LIST_OVERSCAN = 4;
//# sourceMappingURL=constants.d.ts.map