@appello/web-ui
Version:
Web ui library for a better development experience
9 lines (8 loc) • 473 B
TypeScript
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(".").TextAreaFieldProps<TFieldValues, TName>) => React.ReactElement;
tags: string[];
};
export default meta;
export declare const Standard: React.FC<{}>;