first commit
This commit is contained in:
8
frontend/node_modules/antd/es/list/context.d.ts
generated
vendored
Normal file
8
frontend/node_modules/antd/es/list/context.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
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>;
|
||||
Reference in New Issue
Block a user