@platformbuilders/react-native-ui
Version:
Platform Builders Shared Components Library
11 lines • 362 B
TypeScript
declare type ErrorTextProps = {
centered: boolean;
large: boolean;
accessibilityLabel: string;
testID: string;
};
export declare const ErrorText: import("styled-components").StyledComponent<import("react").FC<import("../..").TypographyType>, any, {
variant: any;
} & ErrorTextProps, "variant">;
export {};
//# sourceMappingURL=styles.d.ts.map