UNPKG

aemfed

Version:

Upload front-end changes into AEM, refresh relevant resources in the page and get instant notifications from the error.log, all for easier and faster development.

9 lines (8 loc) 183 B
declare const bsQrCode: { hooks: { "client:js": string; }; plugin: (options: BsQrCode.IOptions, bs: any) => void; "plugin:name": string; }; export = bsQrCode;