UNPKG

baseframe-js

Version:

A suite of useful Javascript plugins and functions to help with Front-end Development on websites

3 lines (2 loc) 164 B
declare const throttledResize: (callback: (...args) => void, _namespace?: string, manualTrigger?: boolean, delay?: number) => void; export default throttledResize;