UNPKG

react-dial-knob

Version:

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

8 lines 244 B
import React from 'react'; interface SkinWrapProps { children: React.ReactNode; style?: React.CSSProperties; } export default function SkinWrap(props: SkinWrapProps): JSX.Element; export {}; //# sourceMappingURL=SkinWrap.d.ts.map