@una-ui/extractor-vue-script 0.2.0-beta.4 → 0.3.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +0 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -11,4 +11,4 @@ interface ExtractorVueScriptOptions {
|
|
|
11
11
|
declare function splitCodeWithArbitraryVariants(code: string, prefixes: string[]): string[];
|
|
12
12
|
declare function extractor(options?: ExtractorVueScriptOptions): Extractor;
|
|
13
13
|
|
|
14
|
-
export { extractor as default,
|
|
14
|
+
export { extractor as default, splitCodeWithArbitraryVariants };
|
package/dist/index.mjs
CHANGED