UNPKG

@artsy/cohesion

Version:
12 lines (11 loc) 278 B
import { Label as _Label } from "./DeprecatedValues"; export interface Label { /** * The label of element being iteracted with */ label: _Label; /** * The notification count as seen in the NavBar */ new_notification_count: string | number; }