4 lines
211 B
TypeScript
4 lines
211 B
TypeScript
import type { ActionReturn } from 'svelte/action';
|
|
import type { Options, Attributes } from './types';
|
|
export declare function inview(node: HTMLElement, options?: Options): ActionReturn<Options, Attributes>;
|