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 { GroupProps } from './group.types'; export declare const defaultGroupProps: Required<Pick<GroupProps, 'align' | 'justify'>> & { gap: SpacingToken; };