@cloudtower/eagle 0.27.85 → 0.27.87

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.
@@ -1,6 +1,11 @@
1
+ import InputGroup from "../../../src/core/InputGroup";
2
+ import { StoryObj } from "@storybook/react";
1
3
  import React from "react";
2
- export declare const Simple: () => React.JSX.Element;
3
4
  declare const meta: {
5
+ component: import("@linaria/utils").StyledMeta & React.FC<import("antd/lib/input").GroupProps>;
4
6
  title: string;
5
7
  };
6
8
  export default meta;
9
+ type Story = StoryObj<typeof InputGroup>;
10
+ export declare const Simple: Story;
11
+ export declare const Small: Story;