@cloudtower/eagle 0.0.0-antd5-rc-0 → 0.0.0-antd5-rc-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.
@@ -0,0 +1,6 @@
1
+ import type { StoryObj, Meta } from "@storybook/react";
2
+ import UIKitProvider from "../../UIKitProvider";
3
+ declare const meta: Meta<typeof UIKitProvider>;
4
+ type Story = StoryObj<typeof UIKitProvider>;
5
+ export declare const Chinese: Story;
6
+ export default meta;
@@ -0,0 +1,4 @@
1
+ import { CascaderProps } from "antd5";
2
+ import React from "react";
3
+ declare const Cascader: React.FC<CascaderProps>;
4
+ export default Cascader;