mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-07 23:37:35 +08:00
5 lines
223 B
TypeScript
5 lines
223 B
TypeScript
$.growl({ title: "Growl", message: "The kitten is awake!" });
|
|
$.growl.error({ message: "The kitten is attacking!" });
|
|
$.growl.notice({ message: "The kitten is cute!" });
|
|
$.growl.warning({ message: "The kitten is ugly!" });
|