UNPKG

mdui

Version:

a CSS Framework based on material design

5 lines (4 loc) 242 B
declare const $document: import("mdui.jq/es/JQ").JQ<Document>; declare const $window: import("mdui.jq/es/JQ").JQ<Window & typeof globalThis>; declare const $body: import("mdui.jq/es/JQ").JQ<HTMLElement>; export { $document, $window, $body };