UNPKG

tdesign-mobile-vue

Version:
6 lines (5 loc) 164 B
import { InjectionKey } from 'vue'; import { TdRowProps } from './type'; export declare const rowInjectionKey: InjectionKey<{ gutter: TdRowProps['gutter']; }>;