UNPKG

@waweb/microbase.context.app

Version:
9 lines (8 loc) 215 B
/// <reference types="react" /> export declare type AppContextType = { /** * primary color of theme. */ color?: string; }; export declare const AppContext: import("react").Context<AppContextType>;