UNPKG

@appello/web-ui

Version:

Web ui library for a better development experience

9 lines (8 loc) 469 B
import React from 'react'; declare const meta: { title: string; component: <TFieldValues extends import("react-hook-form").FieldValues = import("react-hook-form").FieldValues, TName extends import("react-hook-form").FieldPath<TFieldValues> = import("react-hook-form").FieldPath<TFieldValues>>(props: import(".").TextFieldProps<TFieldValues, TName>) => React.ReactElement; tags: string[]; }; export default meta; export declare const Standard: React.FC<{}>;