UNPKG

liquid-glass-react-ui

Version:

Missing React, typescript NPM library creation template

11 lines (7 loc) 175 B
import { FC } from 'react'; export declare const Counter: FC<Props>; declare type Props = { /** Set initial value */ initialValue?: number; }; export { }