UNPKG

reablocks

Version:
10 lines (9 loc) 217 B
export interface ArrowTheme { base: string; up: string; down: string; right: string; left: string; } export declare const arrowTheme: ArrowTheme; export declare const legacyArrowTheme: ArrowTheme;