@hybr1d-tech/charizard 1.1.87 → 1.1.89
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/hybr1d-ui.js +664 -659
- package/dist/hybr1d-ui.umd.cjs +10 -10
- package/dist/index.d.ts +2 -7
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -183,12 +183,7 @@ export declare interface Breadcrumb {
|
|
|
183
183
|
label: string;
|
|
184
184
|
href?: string;
|
|
185
185
|
active?: boolean;
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
declare interface Breadcrumb_2 {
|
|
189
|
-
label: string;
|
|
190
|
-
href?: string;
|
|
191
|
-
active?: boolean;
|
|
186
|
+
onClick?: any;
|
|
192
187
|
}
|
|
193
188
|
|
|
194
189
|
export declare function Breadcrumbs(): JSX_2.Element;
|
|
@@ -3309,7 +3304,7 @@ declare interface UploadProps {
|
|
|
3309
3304
|
|
|
3310
3305
|
export declare const useAccordionStore: UseBoundStore<StoreApi<AccordionContextValue>>;
|
|
3311
3306
|
|
|
3312
|
-
export declare const useBreadcrumbs: (breadcrumbs:
|
|
3307
|
+
export declare const useBreadcrumbs: (breadcrumbs: Breadcrumb[]) => void;
|
|
3313
3308
|
|
|
3314
3309
|
export declare const useBreadcrumbsStore: UseBoundStore<StoreApi<BreadcrumbsStore>>;
|
|
3315
3310
|
|