UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

9 lines (8 loc) 293 B
import React from 'react'; import type { ListGridType } from '.'; export interface ListConsumerProps { grid?: ListGridType; itemLayout?: string; } export declare const ListContext: React.Context<ListConsumerProps>; export declare const ListConsumer: React.Consumer<ListConsumerProps>;