UNPKG

@appello/web-ui

Version:

Web ui library for a better development experience

13 lines (12 loc) 582 B
import React from 'react'; import { SelectRefProps } from '../../../components'; declare const meta: { title: string; component: <TFormValues extends import("react-hook-form").FieldValues, TName extends import("react-hook-form").FieldPathByValue<TFormValues, string | null>>(props: import("../../../components").TimeFieldProps<TName, TFormValues> & { ref?: React.ForwardedRef<SelectRefProps<string | null>>; }) => React.ReactElement; tags: string[]; }; export default meta; export declare const Standard: React.FC; export declare const ManualOpen: React.FC;