Files
pig-farm-controller-fe/node_modules/element-plus/lib/components/row/src/constants.d.ts
2025-09-19 14:25:20 +08:00

7 lines
185 B
TypeScript

import type { ComputedRef, InjectionKey } from 'vue';
interface RowContext {
gutter: ComputedRef<number>;
}
export declare const rowContextKey: InjectionKey<RowContext>;
export {};