UNPKG

@dfinity/gix-components

Version:
6 lines (5 loc) 213 B
/// <reference types="svelte" /> import type { ModalProps } from "../types/modal"; declare const Modal: import("svelte").Component<ModalProps, {}, "">; type Modal = ReturnType<typeof Modal>; export default Modal;