UNPKG
@dune2/mantine-notifications
Version:
latest (7.11.2-1dac87a60-20240901)
7.11.2-d69dfb15d-20240805
7.11.2-a66fc2d44-20240805
7.11.2-6a7e6c6a9-20240805
7.11.2-5d99405eb-20240805
7.11.2-5c5516899-20240801
7.11.2-1dac87a60-20240901
Mantine notifications system
mantine.dev
mantinedev/mantine
@dune2/mantine-notifications
/
lib
/
get-auto-close
/
get-auto-close.d.ts
2 lines
(1 loc)
•
162 B
TypeScript
View Raw
1
2
export
declare
function
getAutoClose
(
autoClose
:
boolean
|
number
|
undefined
,
notificationAutoClose
:
boolean
|
number
|
undefined
):
number
|
boolean
|
undefined
;