Package build for development

This commit is contained in:
2024-03-29 14:43:03 +01:00
parent a36e60b2ae
commit 018719f878
146 changed files with 3338 additions and 2 deletions

2
dist/utils/flatten.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { type VNode, type VNodeChild } from 'vue';
export declare function flatten(vNodes: VNodeChild[], filterCommentNode?: boolean, result?: VNode[]): VNode[];