We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49add7e commit ba93391Copy full SHA for ba93391
dist/plugin/index.d.ts
@@ -1,5 +1,6 @@
1
import type { App } from 'vue';
2
import type { GlobalOptions } from './types';
3
+import './styles/main.scss';
4
import VDrilldownTable from './VDrilldownTable.vue';
5
export declare const globalOptions: unique symbol;
6
export declare function createVDrilldownTable(options?: GlobalOptions): {
0 commit comments