Type Alias: UiThemeProviderProps
UiThemeProviderProps =
PropsWithChildren<Partial<{className:string;style:CSSProperties;theme:UiThemeName;themes:UiThemeRegistry;tokens:UiThemeColorTokens; }>>
Props accepted by the library theme provider.