UNPKG

react-dial-knob

Version:

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

9 lines 265 B
import React from 'react'; interface ErrorAreaProps { error: Error; diameter: number; children?: React.ReactNode; } export default function KnobErrorWrap(props: ErrorAreaProps): JSX.Element; export {}; //# sourceMappingURL=KnobErrorWrap.d.ts.map