UNPKG

norma-library

Version:

Olos/Norma-DS. Design System based on Material UI, developed with TypeScript and Styled Components to create reusable and consistent components in web applications.

3 lines (2 loc) 172 B
declare function getBorderSize(size: number): "border-0" | "border border-[0.05rem]" | "border border-2" | "border border-4" | "border border-8"; export { getBorderSize };