@antscorp/ama-ui 0.0.14 → 0.0.15
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.
- package/dist/ama-ui.es.js.map +1 -1
- package/dist/index.d.ts +15 -15
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ export { AutoCenterProps }
|
|
|
49
49
|
|
|
50
50
|
export declare const Avatar: React.FC<AvatarProps>;
|
|
51
51
|
|
|
52
|
-
declare interface AvatarProps extends AvatarProps_2 {
|
|
52
|
+
export declare interface AvatarProps extends AvatarProps_2 {
|
|
53
53
|
/** An optional prop */
|
|
54
54
|
optional?: string;
|
|
55
55
|
}
|
|
@@ -78,12 +78,12 @@ export declare const CapsuleTabs: default_2.FC<CapsuleTabsProps> & {
|
|
|
78
78
|
Tab: typeof CapsuleTabs_2.Tab;
|
|
79
79
|
};
|
|
80
80
|
|
|
81
|
-
declare interface CapsuleTabsProps extends CapsuleTabsProps_2 {
|
|
81
|
+
export declare interface CapsuleTabsProps extends CapsuleTabsProps_2 {
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
export declare const Card: React.FC<CardProps>;
|
|
85
85
|
|
|
86
|
-
declare interface CardProps extends CardProps_2 {
|
|
86
|
+
export declare interface CardProps extends CardProps_2 {
|
|
87
87
|
/** An optional prop */
|
|
88
88
|
optional?: string;
|
|
89
89
|
}
|
|
@@ -92,7 +92,7 @@ export declare const Collapse: React.FC<CollapseProps> & {
|
|
|
92
92
|
Panel: typeof Collapse_2.Panel;
|
|
93
93
|
};
|
|
94
94
|
|
|
95
|
-
declare type CollapseProps = CollapseProps_2 & {
|
|
95
|
+
export declare type CollapseProps = CollapseProps_2 & {
|
|
96
96
|
/** Optional */
|
|
97
97
|
optional?: boolean;
|
|
98
98
|
};
|
|
@@ -120,14 +120,14 @@ export declare interface DividerProps extends DividerProps_2 {
|
|
|
120
120
|
|
|
121
121
|
export declare const Ellipsis: React.FC<EllipsisProps>;
|
|
122
122
|
|
|
123
|
-
declare interface EllipsisProps extends EllipsisProps_2 {
|
|
123
|
+
export declare interface EllipsisProps extends EllipsisProps_2 {
|
|
124
124
|
/** An optional prop */
|
|
125
125
|
optional?: string;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
export declare const FloatingPanel: React.FC<FloatingPanelProps>;
|
|
129
129
|
|
|
130
|
-
declare interface FloatingPanelProps extends FloatingPanelProps_2 {
|
|
130
|
+
export declare interface FloatingPanelProps extends FloatingPanelProps_2 {
|
|
131
131
|
/** An optional prop */
|
|
132
132
|
optional?: string;
|
|
133
133
|
}
|
|
@@ -144,7 +144,7 @@ export declare interface GridProps extends GridProps_2 {
|
|
|
144
144
|
declare const Image_2: React.FC<ImageProps>;
|
|
145
145
|
export { Image_2 as Image }
|
|
146
146
|
|
|
147
|
-
declare interface ImageProps extends ImageProps_2 {
|
|
147
|
+
export declare interface ImageProps extends ImageProps_2 {
|
|
148
148
|
/** An optional prop */
|
|
149
149
|
optional?: string;
|
|
150
150
|
}
|
|
@@ -153,7 +153,7 @@ export declare const ImageViewer: React.FC<ImageViewerProps> & {
|
|
|
153
153
|
Multi: typeof ImageViewer_2.Multi;
|
|
154
154
|
};
|
|
155
155
|
|
|
156
|
-
declare interface ImageViewerProps extends ImageViewerProps_2 {
|
|
156
|
+
export declare interface ImageViewerProps extends ImageViewerProps_2 {
|
|
157
157
|
/** An optional prop */
|
|
158
158
|
optional?: string;
|
|
159
159
|
}
|
|
@@ -171,14 +171,14 @@ export declare type IndexBarRef = IndexBarRef_2;
|
|
|
171
171
|
|
|
172
172
|
export declare const Input: default_2.FC<InputProps>;
|
|
173
173
|
|
|
174
|
-
declare interface InputProps extends InputProps_2 {
|
|
174
|
+
export declare interface InputProps extends InputProps_2 {
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
export declare const JumboTabs: React.FC<JumboTabsProps> & {
|
|
178
178
|
Tab: typeof JumboTabs_2.Tab;
|
|
179
179
|
};
|
|
180
180
|
|
|
181
|
-
declare interface JumboTabsProps extends JumboTabsProps_2 {
|
|
181
|
+
export declare interface JumboTabsProps extends JumboTabsProps_2 {
|
|
182
182
|
/** Optional */
|
|
183
183
|
optional?: boolean;
|
|
184
184
|
}
|
|
@@ -187,7 +187,7 @@ export declare const List: React.FC<ListProps> & {
|
|
|
187
187
|
Item: typeof List_2.Item;
|
|
188
188
|
};
|
|
189
189
|
|
|
190
|
-
declare interface ListProps extends ListProps_2 {
|
|
190
|
+
export declare interface ListProps extends ListProps_2 {
|
|
191
191
|
/** Optional */
|
|
192
192
|
optional?: boolean;
|
|
193
193
|
}
|
|
@@ -210,14 +210,14 @@ export declare const SideBar: React.FC<SideBarProps> & {
|
|
|
210
210
|
Item: typeof SideBar_2.Item;
|
|
211
211
|
};
|
|
212
212
|
|
|
213
|
-
declare interface SideBarProps extends SideBarProps_2 {
|
|
213
|
+
export declare interface SideBarProps extends SideBarProps_2 {
|
|
214
214
|
/** Optional */
|
|
215
215
|
optional?: boolean;
|
|
216
216
|
}
|
|
217
217
|
|
|
218
218
|
export declare const Space: React.FC<SpaceProps>;
|
|
219
219
|
|
|
220
|
-
declare interface SpaceProps extends SpaceProps_2 {
|
|
220
|
+
export declare interface SpaceProps extends SpaceProps_2 {
|
|
221
221
|
/** An optional prop */
|
|
222
222
|
optional?: string;
|
|
223
223
|
}
|
|
@@ -226,7 +226,7 @@ export declare const TabBar: React.FC<TabBarProps> & {
|
|
|
226
226
|
Item: typeof TabBar_2.Item;
|
|
227
227
|
};
|
|
228
228
|
|
|
229
|
-
declare interface TabBarProps extends TabBarProps_2 {
|
|
229
|
+
export declare interface TabBarProps extends TabBarProps_2 {
|
|
230
230
|
/** Optional */
|
|
231
231
|
optional?: boolean;
|
|
232
232
|
}
|
|
@@ -235,7 +235,7 @@ export declare const Tabs: React.FC<TabsProps> & {
|
|
|
235
235
|
Tab: typeof Tabs_2.Tab;
|
|
236
236
|
};
|
|
237
237
|
|
|
238
|
-
declare interface TabsProps extends TabsProps_2 {
|
|
238
|
+
export declare interface TabsProps extends TabsProps_2 {
|
|
239
239
|
/** Optional */
|
|
240
240
|
optional?: boolean;
|
|
241
241
|
}
|