@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
5 lines (4 loc) • 296 B
TypeScript
export declare function getUnit(value?: string): string | undefined;
export declare function toPx(value?: string | number): string | undefined;
export declare function toEm(value?: string, fontSize?: number): string | undefined;
export declare function toRem(value?: string): string | undefined;