UNPKG

react-dial-knob

Version:

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

11 lines 352 B
import SkinProps from './SkinProps'; export interface DonutTheme { donutColor?: string; bgrColor?: string; maxedBgrColor?: string; centerColor?: string; centerFocusedColor?: string; donutThickness?: number; } export default function Donut(props: SkinProps<DonutTheme>): JSX.Element; //# sourceMappingURL=Donut.d.ts.map