UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

6 lines (5 loc) 230 B
import type { SpacingToken } from '@loadsmart/miranda-tokens'; import type { StackProps } from './stack.types'; export declare const defaultStackProps: Required<Pick<StackProps, 'align' | 'justify'>> & { gap: SpacingToken; };