@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.
6 lines • 306 B
TypeScript
import * as React from "react";
import type { Props } from "./types";
export declare const FakeInput: ({ error, disabled }: Pick<Props, "error" | "disabled">) => React.JSX.Element;
declare const InputField: (props: Props) => React.JSX.Element;
export default InputField;
//# sourceMappingURL=index.d.ts.map