yingsa/admin/node_modules/element-plus/lib/components/row/src/constants.d.ts
2026-01-20 08:50:50 +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 {};