UNPKG

@sanity/ui

Version:

The Sanity UI components.

15 lines (13 loc) 291 B
import {ThemeFocusRing} from './focusRing' /** * @public */ export interface ThemeAvatar_v2 { sizes: { /** Spacing between avatars in an <AvatarStack> component (px) */ distance: number /** Diameter of the avatar (px) */ size: number }[] focusRing: ThemeFocusRing }