UNPKG

welcome-ui

Version:

Customizable design system with react, typescript, tailwindcss and ariakit.

2 lines (1 loc) 81 B
export declare const clamp: (value: number, min: number, max: number) => number;