@platformbuilders/fluid-react
Version:
Builders React for Fluid Design System
12 lines (11 loc) • 568 B
TypeScript
/// <reference types="react" />
export declare const ErrorText: import("styled-components").IStyledComponent<"web", {
variant?: import("@platformbuilders/theme-toolkit").TypographyVariants | undefined;
id?: string | undefined;
accessibility?: string | undefined;
numberOfLines?: number | undefined;
as?: import("styled-components/dist/types").KnownTarget | undefined;
children?: import("react").ReactNode;
lineHeightVariant?: import("@platformbuilders/theme-toolkit").TypographyVariants | undefined;
className?: string | undefined;
}>;