UNPKG

svelty-material

Version:

Svelte Materialify fork with ts support and updated scss.

8 lines (7 loc) 212 B
export interface IntersectOptions extends IntersectionObserverInit { once: boolean; } declare const _default: (node: Element, options?: IntersectOptions) => { destroy(): void; }; export default _default;