UNPKG

react-dial-knob

Version:

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

7 lines 194 B
interface HeadingProps { level: string; children: JSX.Element; } export default function Heading(props: HeadingProps): JSX.Element; export {}; //# sourceMappingURL=Heading.d.ts.map