UNPKG
doki-ui
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
修复颜色、过渡动画异常问题
github.com/CainHappyfish/Doki-UI
CainHappyfish/Doki-UI
doki-ui
/
components
/
notification
/
methods.d.ts
6 lines
(5 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
NotificationOptions
}
from
'./types.ts'
;
declare
const
notification
:
(
options
:
Partial
<
NotificationOptions
>
) =>
{
close
:
() =>
void
; };
export
default
notification;