2025-08-12 13:33:25 +03:00

6 lines
236 B
TypeScript

import { SwalState } from './state';
export declare const openModal: () => void;
export declare const onAction: (namespace?: string) => void;
export declare const getState: () => SwalState;
export declare const stopLoading: () => void;