@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
9 lines (8 loc) • 362 B
TypeScript
import * as React from "react";
interface Props {
dataTest?: string;
children: React.ReactNode;
}
export declare const StyledFormFeedback: import("styled-components").StyledComponent<(props: any) => JSX.Element, import("styled-components").DefaultTheme, {}, never>;
declare const FormFeedback: (props: Props) => JSX.Element;
export default FormFeedback;