UNPKG

@arche-mc2/arche-controls

Version:

We know that there are a ton of react UI library projects to choose from. Our hope with this one is to provide the next generation of react components that you can use to bootstrap your next project, or as a reference for building a UIKit. Read on to get

22 lines (21 loc) 983 B
/// <reference types="react" /> import { UpInput as UpInputContainer } from './UpInput'; declare const _default: { title: string; decorators: ((...args: any) => any)[]; component: typeof UpInputContainer; }; export default _default; export declare const General: () => JSX.Element; export declare const IsReadOnlyInput: () => JSX.Element; export declare const ControlledSearchInput: () => JSX.Element; export declare const TimeInput: () => JSX.Element; export declare const UnControlledSearchInput: () => JSX.Element; export declare const Email: () => JSX.Element; export declare const Phone: () => JSX.Element; export declare const IsRequired: () => JSX.Element; export declare const IntegrationInForm: () => JSX.Element; export declare const InputWithAutoFocus: () => JSX.Element; export declare const ComplexForm: () => JSX.Element; export declare const InputWithClearOption: () => JSX.Element; export declare const FormikForm: () => JSX.Element;