@albank/vue-ui-kit 3.0.1-preview.290 → 3.0.1-rc.294
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.
|
@@ -3,4 +3,5 @@ import { default as SegmentedControl } from './SegmentedControl.vue';
|
|
|
3
3
|
declare const _default: Meta<typeof SegmentedControl>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Default: StoryObj<typeof SegmentedControl>;
|
|
6
|
+
export declare const Examples: StoryObj<typeof SegmentedControl>;
|
|
6
7
|
export declare const WithDisabled: StoryObj<typeof SegmentedControl>;
|