UNPKG

react-dial-knob

Version:

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

7 lines 175 B
interface ImageProps { src: string; alt?: string; } export default function Image(props: ImageProps): JSX.Element; export {}; //# sourceMappingURL=Image.d.ts.map