nuxt-componentsbook-module
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -5,3 +5,3 @@ import * as _nuxt_schema from '@nuxt/schema'; | ||
/** | ||
* Папка, в которой ищем .md-файлы | ||
* Папка, в которой ищем .stories.vue | ||
*/ | ||
@@ -8,0 +8,0 @@ componentsDir?: string; |
{ | ||
"name": "nuxt-componentsbook-module", | ||
"configKey": "componentsBook", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"builder": { | ||
@@ -6,0 +6,0 @@ "@nuxt/module-builder": "0.8.4", |
export declare function useCodeGenerator(componentName: string, props: Record<string, unknown>): { | ||
generatedCode: import("vue").ComputedRef<string>; | ||
generatedCode: import("@vue/reactivity").ComputedRef<string>; | ||
copyToClipboard: () => void; | ||
}; |
{ | ||
"name": "nuxt-componentsbook-module", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "This module provides a Storybook-like experience for Nuxt components", | ||
@@ -5,0 +5,0 @@ "repository": "s00d/nuxt-componentsbook-module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
40311
411
19