@smitch/fluid
Version:
A Next/React ui-component libray.
4 lines (3 loc) • 323 B
TypeScript
import { CounterProps } from './types';
declare const Counter: ({ name, id, className, min, max, value, step, onCountChange, btnShape, btnBackground, btnColor, size, spacing, label, labelIsBold, layout, title, hint, inputStyles, rounded, }: CounterProps) => import("react/jsx-runtime").JSX.Element;
export default Counter;