UNPKG

@ozen-ui/kit

Version:

React component library

5 lines (4 loc) 204 B
import React from 'react'; import type { ListContextValue } from './types'; export declare const ListContext: React.Context<ListContextValue>; export declare const useListContext: () => ListContextValue;