Files
copilot-toolbox-sdfdsfds/node_modules/@ant-design/pro-utils/es/runFunction/index.d.ts
2026-01-16 01:51:36 +00:00

3 lines
128 B
TypeScript

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