UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

6 lines (5 loc) 279 B
import type { SpacingToken } from '@loadsmart/miranda-tokens'; import type { BoxProps } from './box.types'; export declare const defaultBoxProps: Required<Pick<BoxProps, 'padding' | 'borderRadius' | 'borderWidth' | 'borderColor' | 'textAlign'>> & { padding: SpacingToken; };