UNPKG

@lekseek/ui

Version:

Vue 3 components library

12 lines (11 loc) 292 B
import { PropType, Ref } from 'vue'; import { Spacing } from '../models'; export declare const marginProps: { margin: { type: PropType<Spacing>; default: null; }; }; export declare function useMargin(margin: Ref): import("vue").ComputedRef<{ [x: string]: any; }>;