UNPKG

reablocks

Version:
12 lines (11 loc) 253 B
export interface SortTheme { base: string; disabled: string; hasValue: string; icon: { base: string; ascending: string; }; } export declare const sortTheme: SortTheme; export declare const legacySortTheme: SortTheme;