@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.
5 lines (4 loc) • 374 B
TypeScript
/// <reference types="react" />
import type { Props } from "./types";
declare const FormLabel: import("styled-components").StyledComponent<({ className, children, required, filled, dataTest, id, error, help, onMouseEnter, onMouseLeave, iconRef, inlineLabel, labelRef, }: Props) => JSX.Element, import("styled-components").DefaultTheme, {}, never>;
export default FormLabel;