UNPKG

react-dial-knob

Version:

Dial knob UI component for the web, based on pure HTML/SVG tags.

9 lines 310 B
import SkinProps from './SkinProps'; export interface WhiteTheme { activeNotchColor?: string; defaultNotchColor?: string; activeTextColor?: string; defaultTextColor?: string; } export default function White(props: SkinProps<WhiteTheme>): JSX.Element; //# sourceMappingURL=White.d.ts.map