mblabs-roccato-frontend-commons 0.2.15 → 0.2.16
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/index.d.ts
CHANGED
|
@@ -141,6 +141,8 @@ export declare function Annotation(props: ComponentProps<'svg'>): JSX.Element;
|
|
|
141
141
|
|
|
142
142
|
export declare function AnnotationDots(props: ComponentProps<'svg'>): JSX.Element;
|
|
143
143
|
|
|
144
|
+
export declare function AnnotationQuestion(props: ComponentProps<'svg'>): JSX.Element;
|
|
145
|
+
|
|
144
146
|
export declare function Announcement01(props: ComponentProps<'svg'>): JSX.Element;
|
|
145
147
|
|
|
146
148
|
export declare function Announcement02(props: ComponentProps<'svg'>): JSX.Element;
|
|
@@ -210,6 +212,8 @@ export declare function Bell04(props: ComponentProps<'svg'>): JSX.Element;
|
|
|
210
212
|
|
|
211
213
|
export declare function Bold01(props: ComponentProps<'svg'>): JSX.Element;
|
|
212
214
|
|
|
215
|
+
export declare function BookOpen01(props: ComponentProps<'svg'>): JSX.Element;
|
|
216
|
+
|
|
213
217
|
export declare function Box({ className, ...props }: React.ComponentProps<'div'>): JSX.Element;
|
|
214
218
|
|
|
215
219
|
export declare function BracketsEllipses(props: ComponentProps<'svg'>): JSX.Element;
|