@hybr1d-tech/charizard 0.7.78 → 0.7.79
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 +488 -491
- package/dist/hybr1d-ui.umd.cjs +12 -12
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2737,7 +2737,7 @@ declare interface TagProps {
|
|
|
2737
2737
|
customStyles?: React.CSSProperties;
|
|
2738
2738
|
}
|
|
2739
2739
|
|
|
2740
|
-
export declare function TaskCards({ headers, data, isLoading, isError, emptyText, paginationConfig, onClicks,
|
|
2740
|
+
export declare function TaskCards({ headers, data, isLoading, isError, emptyText, paginationConfig, onClicks, }: TaskCardsProps): JSX_2.Element;
|
|
2741
2741
|
|
|
2742
2742
|
export declare interface TaskCardsProps {
|
|
2743
2743
|
headers: string[];
|
|
@@ -2757,7 +2757,6 @@ export declare interface TaskCardsProps {
|
|
|
2757
2757
|
setLimit: (limit: number) => void;
|
|
2758
2758
|
};
|
|
2759
2759
|
onClicks?: ((data: ITask) => void)[][];
|
|
2760
|
-
hideMenuItems: boolean;
|
|
2761
2760
|
}
|
|
2762
2761
|
|
|
2763
2762
|
/**
|