import type { SpacingTokenWithNone } from '@loadsmart/miranda-tokens'; export type DividerProps = { /** * Controls the vertical margin around the divider. * When not set, no margin is applied. */ marginY?: SpacingTokenWithNone; }; export type DividerAttributes = DividerProps;