@appello/web-ui
Version:
Web ui library for a better development experience
15 lines (14 loc) • 1 kB
TypeScript
import React from 'react';
declare const meta: {
title: string;
component: <TFormValues extends import("react-hook-form").FieldValues, TName extends import("react-hook-form").FieldPathByValue<TFormValues, import("../../../components/form/Select").SelectValueType<TValue, TIsMulti, TIsClearable, TIsCreatable>>, TValue extends import("react-hook-form").FieldPathValue<TFormValues, TName>, TIsMulti extends boolean = false, TIsClearable extends boolean = false, TIsCreatable extends boolean = false>(props: import(".").SelectFieldProps<TFormValues, TName, TValue, TIsMulti, TIsClearable, TIsCreatable>) => React.ReactElement;
tags: string[];
};
export default meta;
export declare const Standard: React.FC;
export declare const Creatable: React.FC;
export declare const Multi: React.FC;
export declare const MultiCreatable: React.FC;
export declare const CustomComponents: React.FC;
export declare const MultiValueWithOptionDisabled: React.FC;
export declare const WithCustomLabel: React.FC;