Files
manolia-alpha/node_modules/buetify/lib/components/dialog/BDialogOverlay.d.ts
Robin COuret e0e50af706 init component
2026-02-16 17:28:37 +01:00

7 lines
292 B
TypeScript
Executable File

import 'bulma/sass/components/modal.sass';
import './dialog.sass';
import { SetupContext } from 'vue';
export default function BDialogOverlay(_: any, { attrs, slots }: SetupContext): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>;