UNPKG

@activecollab/components

Version:

ActiveCollab Components

8 lines 370 B
import React from "react"; import { ITypographyProps } from "../Typography"; export interface IBodyProps { /** Font weight. */ weight?: "regular" | "bold" | "medium"; } export declare const Body1: React.ForwardRefExoticComponent<IBodyProps & Omit<ITypographyProps, "variant" | "weight"> & React.RefAttributes<HTMLDivElement>>; //# sourceMappingURL=Body1.d.ts.map