UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

6 lines (5 loc) 263 B
import type { SpacingToken } from '@loadsmart/miranda-tokens'; import type { SidebarProps } from './sidebar.types'; export declare const defaultSidebarProps: Required<Pick<SidebarProps, 'sideWidth' | 'minContentWidth' | 'reversed'>> & { gap: SpacingToken; };