UNPKG

@react-beauty/ui-core

Version:

ui-core

6 lines (5 loc) 183 B
export type ReactBeautyUITheme = 'dark' | 'light'; export interface ReactBeautyUIThemeContext { theme: ReactBeautyUITheme; changeTheme: (theme: ReactBeautyUITheme) => void; }