UNPKG

reablocks

Version:
8 lines (7 loc) 224 B
export interface MenuTheme { /** CSS class applied to the root menu container. */ base: string; /** CSS class applied to the inner menu wrapper. */ inner: string; } export declare const menuTheme: MenuTheme;