Files
wuhan-saga/client/node_modules/element-plus/lib/components/row/src/constants.d.ts

9 lines
258 B
TypeScript
Raw Normal View History

import { ComputedRef, InjectionKey } from "vue";
//#region ../../packages/components/row/src/constants.d.ts
interface RowContext {
gutter: ComputedRef<number>;
}
declare const rowContextKey: InjectionKey<RowContext>;
//#endregion
export { rowContextKey };