2025-11-02 14:35:35 +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;