livevegas-ui-kit 1.0.164 → 1.0.166
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.
|
@@ -12,5 +12,6 @@ export interface IChipBoard {
|
|
|
12
12
|
isDouble: boolean;
|
|
13
13
|
isDeal: boolean;
|
|
14
14
|
isRepeat: boolean;
|
|
15
|
+
gameType?: number;
|
|
15
16
|
}
|
|
16
|
-
export declare const ChipBoard: ({ time, chipAmounts, selectedChipIndex, selectChipIndex, onUndo, onDouble, onDeal, onRepeat, balance, isUndo, isDouble, isDeal, isRepeat, }: IChipBoard) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export declare const ChipBoard: ({ time, chipAmounts, selectedChipIndex, selectChipIndex, onUndo, onDouble, onDeal, onRepeat, balance, isUndo, isDouble, isDeal, isRepeat, gameType }: IChipBoard) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -172,10 +172,6 @@ export declare const betsType: {
|
|
|
172
172
|
27: string;
|
|
173
173
|
49: string;
|
|
174
174
|
};
|
|
175
|
-
export declare enum GAME_TYPE {
|
|
176
|
-
TEXAS = 3,
|
|
177
|
-
BLACKJACK = 8
|
|
178
|
-
}
|
|
179
175
|
export declare const historyData: IHistoryData;
|
|
180
176
|
export declare const formatted: (date: string) => string;
|
|
181
177
|
export declare const seatsPosition: string[];
|