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.
8 lines (7 loc) • 364 B
TypeScript
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 { Selectors, Detect } from "./constants/PowerPagesPlatform.ts";
export { API, bindForm, get, waitFor, LoadingSpinner };