@appello/web-ui
Version:
Web ui library for a better development experience
10 lines (9 loc) • 503 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, import("@appello/common").Nullable<Date | import("react-day-picker").DateRange>>>(props: import(".").DateProps<TFormValues, TName>) => React.ReactElement;
tags: string[];
};
export default meta;
export declare const Standard: React.FC<{}>;
export declare const WithRange: React.FC<{}>;