@wikicasa-dev/components 0.0.2 → 0.0.4

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.
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from "@storybook/vue3";
2
+ import Pera from "./Pera.vue";
3
+ declare const meta: Meta<typeof Pera>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof Pera>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,14 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ initial: {
3
+ type: NumberConstructor;
4
+ default: number;
5
+ };
6
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
+ initial: {
8
+ type: NumberConstructor;
9
+ default: number;
10
+ };
11
+ }>>, {
12
+ initial: number;
13
+ }, {}>;
14
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from "@storybook/vue3";
2
+ import QualityScore from "./QualityScore.vue";
3
+ declare const meta: Meta<typeof QualityScore>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof QualityScore>;
6
+ export declare const Primary: Story;