UNPKG

kylin-ui-component

Version:

A React UI library for some developers to develop quickly

5 lines (4 loc) 290 B
/// <reference types="react" /> import type { ThemeContextProps, ThemeProviderProps } from './type'; export declare const ThemeContext: import("react").Context<ThemeContextProps>; export declare const ThemeProvider: ({ themeConfig, children, }: Partial<ThemeProviderProps>) => JSX.Element;