printer-notifications/node_modules/@skeletonlabs/skeleton/dist/components/Table/actions.d.ts
2023-11-13 16:10:04 -05:00

9 lines
291 B
TypeScript

/** Svelte Action for applying sort asc/dsc classes. */
export declare function tableInteraction(node: HTMLElement): {
destroy(): void;
};
/** Svelte Action for handling table a11y keyboard interactions. */
export declare function tableA11y(node: HTMLElement): {
destroy(): void;
};