Files
terminal/web/node_modules/@ant-design/pro-utils/lib/pickProProps/index.d.ts
T

2 lines
114 B
TypeScript

export declare function pickProProps(props: Record<string, any>, customValueType?: boolean): Record<string, any>;