@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
30 lines (29 loc) • 438 B
TypeScript
export declare const fontWeights: {
thin: {
value: string;
};
extralight: {
value: string;
};
light: {
value: string;
};
normal: {
value: string;
};
medium: {
value: string;
};
semibold: {
value: string;
};
bold: {
value: string;
};
extrabold: {
value: string;
};
black: {
value: string;
};
};