epn-ui
Version:
Дизайн система кабинета ВМ
28 lines (27 loc) • 1.11 kB
TypeScript
export declare const PAGINATION_DEFAULT_PAGE_SIZE = 30;
export declare const PAGINATION_DEFAULT_SIZE_OPTIONS: string[];
export declare const DEFAULT_EMPTY_SYMBOL = "\u2014";
export declare const TABLE_SIZE_SETTING = "table-size-settings";
export declare const DEFAULT_TABLE_SIZE = "large";
export declare const TABLE_SIZES: {
label: string;
value: string;
}[];
export declare const getTranslatedTableSizes: (t: (phraze: string) => string) => {
label: string;
value: string;
}[];
export declare const TABLE_SCROLL_SETTING = "table-scroll-settings";
export declare const DEFAULT_TABLE_SCROLL = "true";
export declare const TABLE_BORDER_SETTING = "table-border-settings";
export declare const DEFAULT_TABLE_BORDER = "false";
export declare const TABLE_EXPORT_SETTING = "table-export-settings";
export declare const DEFAULT_TABLE_EXPORT_FORMAT = "formatted";
export declare const EXPORT_FORMATS: {
label: string;
value: string;
}[];
export declare const getTranslatedExportFormats: (t: (phraze: string) => string) => {
label: string;
value: string;
}[];