UNPKG

react-dial-knob

Version:

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

7 lines 265 B
import SkinProps from './SkinProps'; export interface HighContrastTheme { defaultColor?: string; activeColor?: string; } export default function HighContrast(props: SkinProps<HighContrastTheme>): JSX.Element; //# sourceMappingURL=HighContrast.d.ts.map