design-react-kit
Version:
Componenti React per Bootstrap 5
1 lines • 850 B
Source Map (JSON)
{"version":3,"sources":["../../src/Notification/types.ts"],"sourcesContent":["export interface NotificationCommonProps {\n /* Utilizzare questo attributo per gestire più container */\n containerId?: string | number;\n /* Indica per quanto tempo la notifica rimarrà visibile prima di sparire. Quanto impostato a 0ms la notifica rimarrà aperta a tempo indefinito e verrà mostrato anche il tasto di chiusura. Il valore di default è 6000 ms. */\n duration?: number;\n /* Indica il posizionamento fisso della notifica. Non è abilitato di default. */\n fix?: 'top' | 'bottom' | 'right' | 'left';\n /* Quando abilitato permette di chiudere la notifica con un click. Default: `true`. */\n closeOnClick?: boolean;\n}\n\nexport type NotificationId = string;\n"],"mappings":"+WAAA,IAAAA,EAAA,kBAAAC,EAAAD","names":["types_exports","__toCommonJS"]}