@activecollab/components
Version:
ActiveCollab Components
8 lines • 361 B
TypeScript
import React from "react";
import { ITypographyProps } from "../Typography";
export interface ITitleProps {
/** Font weight. */
weight?: "light" | "bold";
}
export declare const Title1: React.ForwardRefExoticComponent<ITitleProps & Omit<ITypographyProps, "variant" | "weight"> & React.RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=Title1.d.ts.map