Type alias NotificationProps

NotificationProps: {
    bottomAccent?: boolean;
    leftAccent?: boolean;
    rightAccent?: boolean;
    topAccent?: boolean;
    variant?: Variant;
} & CoreViewProps

Type declaration

  • Optional bottomAccent?: boolean
  • Optional leftAccent?: boolean
  • Optional rightAccent?: boolean
  • Optional topAccent?: boolean
  • Optional variant?: Variant

Generated using TypeDoc