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