Files
copilot-toolbox-template-123/node_modules/@ant-design/pro-utils/lib/runFunction/index.d.ts
2026-01-09 14:52:46 +00:00

3 lines
128 B
TypeScript

/** 如果是个方法执行一下它 */
export declare function runFunction<T extends any[]>(valueEnum: any, ...rest: T): any;