@littlespoon/typography
Version:
Little Spoon typography
25 lines • 620 B
TypeScript
export declare const CAPTION_TYPE: {
readonly CAPTION1: "caption1";
};
export declare const PARAGRAPH = "p";
export declare const PARAGRAPH_TYPE: {
readonly P0: "p0";
readonly P1: "p1";
readonly P2: "p2";
readonly P3: "p3";
readonly P4: "p4";
};
export declare const DISPLAY_TYPE: {
readonly DISPLAY1: "display1";
readonly DISPLAY2: "display2";
};
export declare const HEADING_TYPE: {
readonly H1: "h1";
readonly H2: "h2";
readonly H3: "h3";
readonly H4: "h4";
readonly H5: "h5";
readonly H6: "h6";
readonly H7: "h7";
};
//# sourceMappingURL=constants.d.ts.map