UNPKG

@ozen-ui/kit

Version:

React component library

3 lines (2 loc) 194 B
import type { FormElementSizeVariant } from '../types/FormElementSizeVariant'; export declare const getPaperSizeToFormElement: (size: FormElementSizeVariant) => "s" | "l" | "xl" | "xs" | "2xl";