@srimandir/make-your-own-ritual 0.31.0 → 0.32.0
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.
|
@@ -9,8 +9,6 @@ export interface PujaProgressTabsProps {
|
|
|
9
9
|
items: PujaTabItem[];
|
|
10
10
|
/** Called when a `completed` or `active` tab is clicked. `pending` tabs are never clickable. */
|
|
11
11
|
onTabClick?: (id: string) => void;
|
|
12
|
-
/** Fires with the id of whichever tab is horizontally centered as the user manually drags/scrolls the row — e.g. to sync selection to whatever's centered. */
|
|
13
|
-
onCenteredTabChange?: (id: string) => void;
|
|
14
12
|
className?: string;
|
|
15
13
|
}
|
|
16
14
|
export declare const PujaProgressTabs: React.FC<PujaProgressTabsProps>;
|