UNPKG

react-circular-input

Version:

React components for easily composing a circular range input

3 lines (2 loc) 132 B
/// <reference types="react" /> export declare const CircularThumb: (props: JSX.IntrinsicElements['circle']) => JSX.Element | null;