Files
claude-relay-service/web/admin-spa/node_modules/element-plus/lib/components/row/index.d.ts
2025-08-06 02:24:54 +00:00

7 lines
232 B
TypeScript

import Row from './src/row.vue';
import type { SFCWithInstall } from 'element-plus/es/utils';
export declare const ElRow: SFCWithInstall<typeof Row>;
export default ElRow;
export * from './src/row';
export * from './src/constants';