import { OnyxBadgeProps } from '../OnyxBadge/types.js'; export type OnyxNotificationDotProps = { /** * If `true`, the dot will be hidden. */ hidden?: boolean; /** * Dot color. */ color?: OnyxBadgeProps["color"]; };