UNPKG

@ozen-ui/kit

Version:

React component library

8 lines (7 loc) 471 B
import type { ReactNode } from 'react'; export type AutocompleteListCardChildrenContextValue = { children: ReactNode; }; export declare const AutocompleteListCardChildrenContextDefaultValue: AutocompleteListCardChildrenContextValue; export declare const AutocompleteListCardChildrenContext: import("react").Context<AutocompleteListCardChildrenContextValue>; export declare const useAutocompleteListCardChildrenContext: () => AutocompleteListCardChildrenContextValue;