UNPKG

@actinc/dls

Version:

Design Language System (DLS) for ACT & Encoura front-end projects.

21 lines 767 B
/** * Copyright (c) ACT, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import { TypographyVariantsOptions } from '@mui/material/styles'; import { Px } from "../../types"; export declare const primaryFontFamily: string; export declare const secondaryFontFamily: string; export declare const tertiaryFontFamily: string; export interface IFontSize { fontSize: number | Px; letterSpacing: number | Px; lineHeight: number | Px; } export declare const BASE_FONT_SIZE: IFontSize; export declare const INPUT_FONT_SIZE: IFontSize; declare const typography: TypographyVariantsOptions; export default typography; //# sourceMappingURL=typography.d.ts.map