UNPKG

@vectrejs/vectre

Version:

Complete implementation of Spectre.css on Vue 2.x

8 lines (7 loc) 275 B
import * as tsx from 'vue-tsx-support'; import { OffCanvasOverlayEvents } from './Events'; export declare const OffCanvasOverlay: tsx.TsxComponent<import("vue").default, {} & { opacity?: string | number; }, OffCanvasOverlayEvents, {}, { opacity: string | number; }>;