UNPKG

@elacity-js/uikit

Version:

React / Material UI Design kit for Elacity project

9 lines (8 loc) 286 B
/// <reference types="react" /> import type { ThemeValue } from '../types'; interface ThemeSwitcherProps { value: ThemeValue; onChange?: (newValue: ThemeValue) => void; } declare const _default: ({ value, onChange }: ThemeSwitcherProps) => JSX.Element; export default _default;