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