@adoratorio/apollo
Version:
A JS library for custom cursor
10 lines • 308 B
TypeScript
import CSSRender from "./css-render";
import TargetsDetection from "./targets-detection";
declare const plugins: {
CSSRender: typeof CSSRender;
TargetsDetection: typeof TargetsDetection;
};
export { CSSRender };
export { TargetsDetection };
export default plugins;
//# sourceMappingURL=index.d.ts.map