@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) • 343 B
TypeScript
import type { FlattenSimpleInterpolation } from "styled-components";
import type * as React from "react";
import type defaultTheme from "../../../defaultTheme";
declare const formElementFocus: ({ theme, error, }: {
theme: typeof defaultTheme;
error?: React.ReactNode;
}) => FlattenSimpleInterpolation;
export default formElementFocus;