UNPKG

powerpagestoolkit

Version:

Reference, manipulate, and engage with Power Pages sites through the nodes in the DOM; use a variety of custom methods that allow customizing your power pages site quicker and easier.

7 lines (6 loc) 293 B
import API from "./core/API.d.ts"; import get from "./core/getPowerPagesElement.d.ts"; import waitFor from "./core/waitFor.d.ts"; import bindForm from "./core/bindForm.d.ts"; import LoadingSpinner from "./ancillary/LoadingSpinner.d.ts"; export { API, bindForm, get, waitFor, LoadingSpinner };