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

4 lines
132 B
TypeScript

declare const PRO_LIST_KEYS: string[];
declare const PRO_LIST_KEYS_MAP: Map<any, any>;
export { PRO_LIST_KEYS, PRO_LIST_KEYS_MAP };