first commit
This commit is contained in:
7
frontend/node_modules/rc-field-form/es/ListContext.d.ts
generated
vendored
Normal file
7
frontend/node_modules/rc-field-form/es/ListContext.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as React from 'react';
|
||||
import type { InternalNamePath } from './interface';
|
||||
export interface ListContextProps {
|
||||
getKey: (namePath: InternalNamePath) => [InternalNamePath[number], InternalNamePath];
|
||||
}
|
||||
declare const ListContext: React.Context<ListContextProps>;
|
||||
export default ListContext;
|
||||
Reference in New Issue
Block a user