UNPKG

lazycss-base

Version:

A javaScript powered Css tool

4 lines (3 loc) 251 B
declare const Observe: (namespace: string | undefined, elementName: string, itemName: string, oldValue: any, latestValue: any) => Promise<void>; declare const useEffect: (elementName: string, func: Function) => void; export { Observe, useEffect };