mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 09:41:17 +00:00
7 lines
232 B
TypeScript
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';
|