UNPKG

@userfrosting/theme-pink-cupcake

Version:
11 lines (10 loc) 276 B
/** * UiKit Notifications plugin. * * This plugin watch the alerts store and displays notifications using UIkit. * It shows the last alert in the top-right corner of the screen by default. */ declare const _default: { install: () => void; }; export default _default;