jp.ui.app.ds 1.0.1 → 1.0.3
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 +731 -7
- package/dist/index.js +1 -184
- package/dist/index.js.map +1 -1
- package/dist/just_poker/alert/alert.d.ts +9 -0
- package/dist/just_poker/alert/alert.style.d.ts +7 -0
- package/dist/just_poker/alert/index.d.ts +1 -0
- package/dist/just_poker/app-bar-header/app-bar-header-requisites-item.d.ts +7 -0
- package/dist/just_poker/app-bar-header/app-bar-header-requisites-item.style.d.ts +4 -0
- package/dist/just_poker/app-bar-header/app-bar-header-requisites.d.ts +10 -0
- package/dist/just_poker/app-bar-header/app-bar-header-requisites.style.d.ts +4 -0
- package/dist/just_poker/app-bar-header/app-bar-header.d.ts +11 -0
- package/dist/just_poker/app-bar-header/app-bar-header.style.d.ts +12 -0
- package/dist/just_poker/app-bar-header/index.d.ts +1 -0
- package/dist/just_poker/avatar/avatar-frame-type.d.ts +11 -0
- package/dist/just_poker/avatar/avatar-size-type.d.ts +4 -0
- package/dist/just_poker/avatar/avatar.d.ts +18 -0
- package/dist/just_poker/avatar/avatar.style.d.ts +34 -0
- package/dist/just_poker/avatar/index.d.ts +4 -0
- package/dist/just_poker/avatar-badge/avatar-badge.d.ts +7 -0
- package/dist/just_poker/avatar-badge/avatar-badge.style.d.ts +22 -0
- package/dist/just_poker/avatar-badge/badge-type.d.ts +1 -0
- package/dist/just_poker/avatar-badge/index.d.ts +2 -0
- package/dist/just_poker/avatar-image/avatar-image.d.ts +14 -0
- package/dist/just_poker/avatar-image/avatar-image.style.d.ts +19 -0
- package/dist/just_poker/avatar-image/index.d.ts +2 -0
- package/dist/just_poker/banner/banner.d.ts +9 -0
- package/dist/just_poker/banner/banner.style.d.ts +23 -0
- package/dist/just_poker/banner/index.d.ts +2 -0
- package/dist/just_poker/bottom-selection-panel/bottom-selection-panel-item.d.ts +9 -0
- package/dist/just_poker/bottom-selection-panel/bottom-selection-panel-item.style.d.ts +9 -0
- package/dist/just_poker/bottom-selection-panel/bottom-selection-panel.d.ts +15 -0
- package/dist/just_poker/bottom-selection-panel/bottom-selection-panel.style.d.ts +7 -0
- package/dist/just_poker/bottom-selection-panel/index.d.ts +2 -0
- package/dist/just_poker/card/card-button.d.ts +12 -0
- package/dist/just_poker/card/card-item-with-checkbox.d.ts +12 -0
- package/dist/just_poker/card/card-item.d.ts +14 -0
- package/dist/just_poker/card/card-item.style.d.ts +4 -0
- package/dist/just_poker/card/card-product.d.ts +21 -0
- package/dist/just_poker/card/card-product.style.d.ts +39 -0
- package/dist/just_poker/card/card.d.ts +16 -0
- package/dist/just_poker/card/index.d.ts +4 -0
- package/dist/just_poker/cards-player/cards-player-on-mobile-table-yours.d.ts +3 -0
- package/dist/just_poker/cards-player/cards-player-on-mobile-table-yours.style.d.ts +42 -0
- package/dist/just_poker/cards-player/cards-player-on-mobile-table.d.ts +3 -0
- package/dist/just_poker/cards-player/cards-player-on-mobile-table.style.d.ts +39 -0
- package/dist/just_poker/cards-player/cards-player-yours.d.ts +6 -0
- package/dist/just_poker/cards-player/cards-player-yours.style.d.ts +28 -0
- package/dist/just_poker/cards-player/cards-player.d.ts +18 -0
- package/dist/just_poker/cards-player/cards-player.style.d.ts +20 -0
- package/dist/just_poker/cards-player/index.d.ts +4 -0
- package/dist/just_poker/game-card/game-card-factory.d.ts +2 -0
- package/dist/just_poker/game-card/game-cards-deck.d.ts +16 -0
- package/dist/just_poker/game-card/game-cards-deck.style.d.ts +4 -0
- package/dist/just_poker/game-card/game-cards-row.d.ts +11 -0
- package/dist/just_poker/game-card/game-cards-row.style.d.ts +6 -0
- package/dist/just_poker/game-card/game-cards-stub.d.ts +6 -0
- package/dist/just_poker/game-card/game-cards-stub.style.d.ts +12 -0
- package/dist/just_poker/game-card/index.d.ts +6 -0
- package/dist/just_poker/game-card/skins/base/game-card-base.d.ts +36 -0
- package/dist/just_poker/game-card/skins/base/game-card-base.style.d.ts +56 -0
- package/dist/just_poker/game-card/skins/dacha/card-skin-dacha.d.ts +10 -0
- package/dist/just_poker/game-card/skins/dacha/card-skin-dacha.style.d.ts +31 -0
- package/dist/just_poker/game-card/skins/default/game-card-skin-default.d.ts +11 -0
- package/dist/just_poker/game-card/skins/default/game-card-skin-default.style.d.ts +24 -0
- package/dist/just_poker/game-card/skins/pink-panther/card-skin-pink-panther.d.ts +10 -0
- package/dist/just_poker/game-card/skins/pink-panther/card-skin-pink-panther.style.d.ts +34 -0
- package/dist/just_poker/game-card/skins/pokerdom/card-skin-pokerdom.d.ts +10 -0
- package/dist/just_poker/game-card/skins/pokerdom/card-skin-pokerdom.style.d.ts +31 -0
- package/dist/just_poker/game-card/skins/premium/card-skin-premium.d.ts +10 -0
- package/dist/just_poker/game-card/skins/premium/card-skin-premium.style.d.ts +31 -0
- package/dist/just_poker/game-card/skins/ussr/card-skin-ussr.d.ts +10 -0
- package/dist/just_poker/game-card/skins/ussr/card-skin-ussr.style.d.ts +31 -0
- package/dist/just_poker/game-card/skins/vampire/card-skin-vampire.d.ts +10 -0
- package/dist/just_poker/game-card/skins/vampire/card-skin-vampire.style.d.ts +31 -0
- package/dist/just_poker/game-card/skins/western/card-skin-western.d.ts +10 -0
- package/dist/just_poker/game-card/skins/western/card-skin-western.style.d.ts +31 -0
- package/dist/just_poker/game-card/types/game-card-rank.enum.d.ts +15 -0
- package/dist/just_poker/game-card/types/game-card-size.enum.d.ts +4 -0
- package/dist/just_poker/game-card/types/game-card-skin.enum.d.ts +10 -0
- package/dist/just_poker/game-card/types/game-card-suit.enum.d.ts +6 -0
- package/dist/just_poker/game-card/types/game-card.type.d.ts +6 -0
- package/dist/just_poker/game-card/types/poker-set.enum.d.ts +13 -0
- package/dist/just_poker/index.d.ts +17 -0
- package/dist/just_poker/last-action-panel/index.d.ts +1 -0
- package/dist/just_poker/last-action-panel/last-action-panel.d.ts +9 -0
- package/dist/just_poker/last-action-panel/last-action-panel.style.d.ts +4 -0
- package/dist/just_poker/page-screen/index.d.ts +2 -0
- package/dist/just_poker/page-screen/page-screen.d.ts +19 -0
- package/dist/just_poker/page-screen/screen.d.ts +4 -0
- package/dist/just_poker/popup-screen/index.d.ts +1 -0
- package/dist/just_poker/popup-screen/popup-screen.style.d.ts +8 -0
- package/dist/just_poker/rustore-banner/index.d.ts +1 -0
- package/dist/just_poker/rustore-banner/rustore-banner.d.ts +6 -0
- package/dist/just_poker/rustore-banner/rustore-banner.style.d.ts +4 -0
- package/dist/just_poker/scroll-list/index.d.ts +1 -0
- package/dist/just_poker/scroll-list/scroll-list.d.ts +4 -0
- package/dist/just_poker/skeleton/index.d.ts +1 -0
- package/dist/just_poker/skeleton/skeleton.style.d.ts +14 -0
- package/dist/just_poker/workflow-buttons/index.d.ts +1 -0
- package/dist/just_poker/workflow-buttons/workflow-buttons.style.d.ts +4 -0
- package/dist/matherial3/badge/badge.style.d.ts +5 -0
- package/dist/matherial3/badge/index.d.ts +2 -0
- package/dist/matherial3/bottom-sheet/bottom-sheet.d.ts +7 -0
- package/dist/matherial3/bottom-sheet/bottom-sheet.style.d.ts +17 -0
- package/dist/matherial3/bottom-sheet/index.d.ts +2 -0
- package/dist/matherial3/dialog/dialog.d.ts +11 -0
- package/dist/matherial3/dialog/dialog.style.d.ts +16 -0
- package/dist/matherial3/dialog/index.d.ts +2 -0
- package/dist/matherial3/divider/divider.style.d.ts +5 -0
- package/dist/matherial3/divider/index.d.ts +2 -0
- package/dist/matherial3/icon-button/icon-button.d.ts +13 -0
- package/dist/matherial3/icon-button/icon-button.style.d.ts +11 -0
- package/dist/matherial3/icon-button/index.d.ts +2 -0
- package/dist/matherial3/index.d.ts +14 -0
- package/dist/matherial3/list-item/index.d.ts +1 -0
- package/dist/matherial3/list-item/list-item.d.ts +11 -0
- package/dist/matherial3/list-item/list-item.style.d.ts +19 -0
- package/dist/matherial3/progress-indicator/circular-progress.d.ts +2 -0
- package/dist/matherial3/progress-indicator/circular-progress.style.d.ts +5 -0
- package/dist/matherial3/progress-indicator/index.d.ts +3 -0
- package/dist/matherial3/progress-indicator/screen-progress.d.ts +2 -0
- package/dist/matherial3/progress-indicator/screen-progress.style.d.ts +4 -0
- package/dist/matherial3/radio-buttons/index.d.ts +2 -0
- package/dist/matherial3/radio-buttons/radio-button-group.d.ts +11 -0
- package/dist/matherial3/radio-buttons/radio-button-group.style.d.ts +3 -0
- package/dist/matherial3/radio-buttons/radio-button.d.ts +8 -0
- package/dist/matherial3/radio-buttons/radio-button.style.d.ts +37 -0
- package/dist/matherial3/snackbar/index.d.ts +2 -0
- package/dist/matherial3/snackbar/snackbar-item.d.ts +8 -0
- package/dist/matherial3/snackbar/snackbar-item.style.d.ts +30 -0
- package/dist/matherial3/snackbar/snackbar.d.ts +14 -0
- package/dist/matherial3/snackbar/snackbar.style.d.ts +4 -0
- package/dist/matherial3/tabs/index.d.ts +3 -0
- package/dist/matherial3/tabs/tab.d.ts +8 -0
- package/dist/matherial3/tabs/tab.style.d.ts +12 -0
- package/dist/matherial3/tabs/tabs.d.ts +11 -0
- package/dist/matherial3/tabs/tabs.style.d.ts +5 -0
- package/dist/matherial3/text-field/index.d.ts +2 -0
- package/dist/matherial3/text-field/outlined-text-field.d.ts +19 -0
- package/dist/matherial3/text-field/outlined-text-field.style.d.ts +24 -0
- package/dist/matherial3/textarea/index.d.ts +2 -0
- package/dist/matherial3/textarea/outlined-textarea.d.ts +18 -0
- package/dist/matherial3/textarea/outlined-textarea.style.d.ts +24 -0
- package/dist/matherial3/top-up-bar/badge-icon.d.ts +10 -0
- package/dist/matherial3/top-up-bar/badge-icon.style.d.ts +11 -0
- package/dist/matherial3/top-up-bar/index.d.ts +1 -0
- package/dist/matherial3/top-up-bar/top-app-bar.d.ts +12 -0
- package/dist/matherial3/top-up-bar/top-app-bar.style.d.ts +18 -0
- package/dist/matherial3/typography/m3-typography.d.ts +2 -2
- package/dist/tokens/common.d.ts +5 -0
- package/dist/tokens/index.d.ts +5 -0
- package/dist/tokens/media.d.ts +4 -0
- package/dist/tokens/palette.d.ts +49 -0
- package/dist/tokens/z-index.d.ts +10 -0
- package/dist/universal-screen/icons.d.ts +1 -0
- package/dist/universal-screen/index.d.ts +1 -0
- package/dist/universal-screen/sections/banner-section/banner-section-item.d.ts +9 -0
- package/dist/universal-screen/sections/banner-section/banner-section-item.style.d.ts +23 -0
- package/dist/universal-screen/sections/banner-section/banner-section.d.ts +9 -0
- package/dist/universal-screen/sections/card-list-section/card-list-section-item.d.ts +11 -0
- package/dist/universal-screen/sections/card-list-section/card-list-section.d.ts +11 -0
- package/dist/universal-screen/sections/card-list-section/card-list-section.style.d.ts +10 -0
- package/dist/universal-screen/sections/cards-set-info-section/cards-set-info-section.d.ts +7 -0
- package/dist/universal-screen/sections/cards-set-info-section/cards-set-info-section.style.d.ts +12 -0
- package/dist/universal-screen/sections/form-buttons-section/form-buttons-section.d.ts +10 -0
- package/dist/universal-screen/sections/form-buttons-section/form-buttons-section.style.d.ts +4 -0
- package/dist/universal-screen/sections/index.d.ts +10 -0
- package/dist/universal-screen/sections/menu-header-section/menu-header-section.d.ts +7 -0
- package/dist/universal-screen/sections/menu-header-section/menu-header-section.style.d.ts +4 -0
- package/dist/universal-screen/sections/menu-list-section/menu-list-section-item.d.ts +9 -0
- package/dist/universal-screen/sections/menu-list-section/menu-list-section-option.d.ts +9 -0
- package/dist/universal-screen/sections/menu-list-section/menu-list-section-option.style.d.ts +21 -0
- package/dist/universal-screen/sections/menu-list-section/menu-list-section.d.ts +9 -0
- package/dist/universal-screen/sections/menu-list-section/menu-list-section.style.d.ts +4 -0
- package/dist/universal-screen/sections/section-factory.d.ts +3 -0
- package/dist/universal-screen/sections/status-header-section/status-header-section.d.ts +10 -0
- package/dist/universal-screen/sections/tabs-section/tabs-section.d.ts +9 -0
- package/dist/universal-screen/sections/tabs-section/tabs-section.style.d.ts +3 -0
- package/dist/universal-screen/sections/text-section/text-section.d.ts +7 -0
- package/dist/universal-screen/sections/text-section/text-section.style.d.ts +3 -0
- package/dist/universal-screen/types.d.ts +20 -0
- package/dist/universal-screen/universal-screen.d.ts +13 -0
- package/dist/utils/common.d.ts +7 -0
- package/package.json +6 -4
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
type PlayersPanelItemStyleType = {
|
|
2
|
+
isActive: boolean;
|
|
3
|
+
};
|
|
4
|
+
export declare const CardsPlayerStyle: import("@emotion/styled").StyledComponent<{
|
|
5
|
+
theme?: import("@emotion/react").Theme;
|
|
6
|
+
as?: React.ElementType;
|
|
7
|
+
} & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
8
|
+
theme?: import("@emotion/react").Theme;
|
|
9
|
+
} & PlayersPanelItemStyleType, {}, {}>;
|
|
10
|
+
export declare const CardsPlayerName: import("@emotion/styled").StyledComponent<import("../../matherial3/typography/m3-typography").TypographyProps & {
|
|
11
|
+
theme?: import("@emotion/react").Theme;
|
|
12
|
+
}, {}, {}>;
|
|
13
|
+
export declare const CardsPlayerStack: import("@emotion/styled").StyledComponent<import("../../matherial3/typography/m3-typography").TypographyProps & {
|
|
14
|
+
theme?: import("@emotion/react").Theme;
|
|
15
|
+
}, {}, {}>;
|
|
16
|
+
export declare const CardsPlayerCards: import("@emotion/styled").StyledComponent<{
|
|
17
|
+
theme?: import("@emotion/react").Theme;
|
|
18
|
+
as?: React.ElementType;
|
|
19
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
20
|
+
export {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { CardsPlayer } from './cards-player.tsx';
|
|
2
|
+
export { CardsPlayerYours } from './cards-player-yours.tsx';
|
|
3
|
+
export { CardsPlayerOnMobileTable } from './cards-player-on-mobile-table.tsx';
|
|
4
|
+
export { CardsPlayerOnMobileTableYours } from './cards-player-on-mobile-table-yours.tsx';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { GameCardSizeEnum } from './types/game-card-size.enum.ts';
|
|
3
|
+
import { GameCardSuitEnum } from './types/game-card-suit.enum.ts';
|
|
4
|
+
import { GameCardSkinEnum } from './types/game-card-skin.enum.ts';
|
|
5
|
+
type GameCardsDeckSuitProps = {
|
|
6
|
+
size: GameCardSizeEnum;
|
|
7
|
+
suit: GameCardSuitEnum;
|
|
8
|
+
skin: GameCardSkinEnum;
|
|
9
|
+
};
|
|
10
|
+
type GameCardsDeckProps = {
|
|
11
|
+
size: GameCardSizeEnum;
|
|
12
|
+
skin: GameCardSkinEnum;
|
|
13
|
+
};
|
|
14
|
+
export declare const GameCardsDeckSuit: ({ suit, skin, size }: GameCardsDeckSuitProps) => React.JSX.Element;
|
|
15
|
+
export declare const GameCardsDeck: ({ skin, size }: GameCardsDeckProps) => React.JSX.Element;
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { GameCardSizeEnum } from './types/game-card-size.enum.ts';
|
|
3
|
+
import { GameCardType } from './types/game-card.type.ts';
|
|
4
|
+
type CardsRowProps = {
|
|
5
|
+
cards: Array<GameCardType>;
|
|
6
|
+
rowSize: number;
|
|
7
|
+
size: GameCardSizeEnum;
|
|
8
|
+
hasAnimation?: boolean;
|
|
9
|
+
};
|
|
10
|
+
export declare const GameCardsRow: ({ cards, rowSize, skin, size, hasAnimation }: CardsRowProps) => React.JSX.Element;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const GameCardsRowStyle: import("@emotion/styled").StyledComponent<{
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: React.ElementType;
|
|
4
|
+
} & {
|
|
5
|
+
isTableCard: boolean;
|
|
6
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const TwoStubCardsRoot: import("@emotion/styled").StyledComponent<{
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: React.ElementType;
|
|
4
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
5
|
+
export declare const TwoStubCardsLeftCard: import("@emotion/styled").StyledComponent<{
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
as?: React.ElementType;
|
|
8
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
9
|
+
export declare const TwoStubCardsRightCard: import("@emotion/styled").StyledComponent<{
|
|
10
|
+
theme?: import("@emotion/react").Theme;
|
|
11
|
+
as?: React.ElementType;
|
|
12
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { GameCardSizeEnum } from './types/game-card-size.enum.ts';
|
|
2
|
+
import { GameCardSuitEnum } from './types/game-card-suit.enum.ts';
|
|
3
|
+
import { GameCardRankEnum } from './types/game-card-rank.enum.ts';
|
|
4
|
+
import { GameCardSkinEnum } from './types/game-card-skin.enum.ts';
|
|
5
|
+
import { createGameCard } from './game-card-factory.tsx';
|
|
6
|
+
export { GameCardSizeEnum, GameCardSuitEnum, GameCardRankEnum, GameCardSkinEnum, createGameCard, };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { Theme } from '@emotion/react';
|
|
3
|
+
import { JSX } from 'react';
|
|
4
|
+
import { GameCardSizeEnum } from '../../types/game-card-size.enum.ts';
|
|
5
|
+
type componentTypeStyle = {
|
|
6
|
+
rank?: number;
|
|
7
|
+
suit?: string;
|
|
8
|
+
size: GameCardSizeEnum;
|
|
9
|
+
theme: Theme;
|
|
10
|
+
hasAnimation?: boolean;
|
|
11
|
+
isDisable?: boolean;
|
|
12
|
+
};
|
|
13
|
+
export type SuitSet = {
|
|
14
|
+
club: string;
|
|
15
|
+
spade: string;
|
|
16
|
+
heart: string;
|
|
17
|
+
diamond: string;
|
|
18
|
+
};
|
|
19
|
+
export declare abstract class GameCardBase extends React.PureComponent<componentTypeStyle> {
|
|
20
|
+
abstract getCover(): JSX.Element;
|
|
21
|
+
abstract getFace(): JSX.Element;
|
|
22
|
+
abstract getFaceBackgroundColor(): string;
|
|
23
|
+
abstract getFaceBorderColor(): string;
|
|
24
|
+
abstract getCoverBackgroundColor(): string;
|
|
25
|
+
abstract getCoverBorderColor(): string;
|
|
26
|
+
protected suitToIcon(iconSet: SuitSet): string;
|
|
27
|
+
protected suitToColor(colorSet: SuitSet): string;
|
|
28
|
+
protected isTableSize(): boolean;
|
|
29
|
+
protected isEmpty(): boolean;
|
|
30
|
+
protected isTen(): boolean;
|
|
31
|
+
protected isDisable(): boolean;
|
|
32
|
+
protected rankToLetter(): string;
|
|
33
|
+
protected getTheme(): Theme;
|
|
34
|
+
render(): JSX.Element;
|
|
35
|
+
}
|
|
36
|
+
export {};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export declare const CardBaseShape: import("@emotion/styled").StyledComponent<{
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: React.ElementType;
|
|
4
|
+
} & {
|
|
5
|
+
isTableCard: boolean;
|
|
6
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
7
|
+
export declare const CardBaseRotator: import("@emotion/styled").StyledComponent<{
|
|
8
|
+
theme?: import("@emotion/react").Theme;
|
|
9
|
+
as?: React.ElementType;
|
|
10
|
+
} & {
|
|
11
|
+
isTableCard: boolean;
|
|
12
|
+
} & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
13
|
+
theme?: import("@emotion/react").Theme;
|
|
14
|
+
} & {
|
|
15
|
+
hasAnimation: boolean;
|
|
16
|
+
}, {}, {}>;
|
|
17
|
+
export declare const GameCardBaseStyle: import("@emotion/styled").StyledComponent<{
|
|
18
|
+
theme?: import("@emotion/react").Theme;
|
|
19
|
+
as?: React.ElementType;
|
|
20
|
+
} & {
|
|
21
|
+
isTableCard: boolean;
|
|
22
|
+
} & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
23
|
+
theme?: import("@emotion/react").Theme;
|
|
24
|
+
} & {
|
|
25
|
+
isTableCard: boolean;
|
|
26
|
+
backgroundColor: string;
|
|
27
|
+
borderColor: string;
|
|
28
|
+
isDisable: boolean;
|
|
29
|
+
}, {}, {}>;
|
|
30
|
+
export declare const CardBaseStackStyle: import("@emotion/styled").StyledComponent<{
|
|
31
|
+
theme?: import("@emotion/react").Theme;
|
|
32
|
+
as?: React.ElementType;
|
|
33
|
+
} & {
|
|
34
|
+
direction: "row" | "column";
|
|
35
|
+
justifyContent: "start" | "center" | "space-between" | "space-around" | "space-evenly" | "end";
|
|
36
|
+
alignItems: "stretch" | "center" | "start" | "end";
|
|
37
|
+
gap?: number;
|
|
38
|
+
} & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
39
|
+
theme?: import("@emotion/react").Theme;
|
|
40
|
+
}, {}, {}>;
|
|
41
|
+
export declare const CardBaseContainer: import("@emotion/styled").StyledComponent<{
|
|
42
|
+
theme?: import("@emotion/react").Theme;
|
|
43
|
+
as?: React.ElementType;
|
|
44
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
45
|
+
export declare const CardBaseStackFaceStyle: import("@emotion/styled").StyledComponent<{
|
|
46
|
+
theme?: import("@emotion/react").Theme;
|
|
47
|
+
as?: React.ElementType;
|
|
48
|
+
} & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
49
|
+
theme?: import("@emotion/react").Theme;
|
|
50
|
+
}, {}, {}>;
|
|
51
|
+
export declare const CardBaseStackCoverStyle: import("@emotion/styled").StyledComponent<{
|
|
52
|
+
theme?: import("@emotion/react").Theme;
|
|
53
|
+
as?: React.ElementType;
|
|
54
|
+
} & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
55
|
+
theme?: import("@emotion/react").Theme;
|
|
56
|
+
}, {}, {}>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { JSX } from 'react';
|
|
2
|
+
import { GameCardBase } from '../base/game-card-base.tsx';
|
|
3
|
+
export declare class CardSkinDacha extends GameCardBase {
|
|
4
|
+
getFaceBackgroundColor(): string;
|
|
5
|
+
getFaceBorderColor(): string;
|
|
6
|
+
getCoverBackgroundColor(): string;
|
|
7
|
+
getCoverBorderColor(): string;
|
|
8
|
+
getCover(): JSX.Element;
|
|
9
|
+
getFace(): JSX.Element;
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
type CardSkinDachaCardRankType = {
|
|
2
|
+
isTable: boolean;
|
|
3
|
+
isTen: boolean;
|
|
4
|
+
};
|
|
5
|
+
export declare const CardSkinDachaCardRank: import("@emotion/styled").StyledComponent<import("../../../../matherial3/typography/m3-typography").TypographyProps & {
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
} & CardSkinDachaCardRankType, {}, {}>;
|
|
8
|
+
type CardSkinDachaCardSuit = {
|
|
9
|
+
isTable: boolean;
|
|
10
|
+
};
|
|
11
|
+
export declare const CardSkinDachaCardSuit: import("@emotion/styled").StyledComponent<{
|
|
12
|
+
icon: string;
|
|
13
|
+
} & {
|
|
14
|
+
width?: number;
|
|
15
|
+
height?: number;
|
|
16
|
+
color?: string;
|
|
17
|
+
className?: string;
|
|
18
|
+
} & {
|
|
19
|
+
theme?: import("@emotion/react").Theme;
|
|
20
|
+
} & CardSkinDachaCardSuit, {}, {}>;
|
|
21
|
+
export declare const CardSkinDachaCoverLabel: import("@emotion/styled").StyledComponent<{
|
|
22
|
+
icon: string;
|
|
23
|
+
} & {
|
|
24
|
+
width?: number;
|
|
25
|
+
height?: number;
|
|
26
|
+
color?: string;
|
|
27
|
+
className?: string;
|
|
28
|
+
} & {
|
|
29
|
+
theme?: import("@emotion/react").Theme;
|
|
30
|
+
} & CardSkinDachaCardSuit, {}, {}>;
|
|
31
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { JSX } from 'react';
|
|
2
|
+
import { GameCardBase } from '../base/game-card-base.tsx';
|
|
3
|
+
export declare class GameCardSkinDefault extends GameCardBase {
|
|
4
|
+
private COVER_LABEL;
|
|
5
|
+
getFaceBackgroundColor(): string;
|
|
6
|
+
getFaceBorderColor(): string;
|
|
7
|
+
getCoverBackgroundColor(): string;
|
|
8
|
+
getCoverBorderColor(): string;
|
|
9
|
+
getCover(): JSX.Element;
|
|
10
|
+
getFace(): JSX.Element;
|
|
11
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
type componentType = {
|
|
2
|
+
isTable: boolean;
|
|
3
|
+
};
|
|
4
|
+
export declare const CardSkinDefaultCardRank: import("@emotion/styled").StyledComponent<import("../../../../matherial3/typography/m3-typography").TypographyProps & {
|
|
5
|
+
theme?: import("@emotion/react").Theme;
|
|
6
|
+
} & componentType, {}, {}>;
|
|
7
|
+
type CardSkinDefaultCardSuitType = {
|
|
8
|
+
isTable: boolean;
|
|
9
|
+
iconColor: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const CardSkinDefaultCardSuit: import("@emotion/styled").StyledComponent<{
|
|
12
|
+
icon: string;
|
|
13
|
+
} & {
|
|
14
|
+
width?: number;
|
|
15
|
+
height?: number;
|
|
16
|
+
color?: string;
|
|
17
|
+
className?: string;
|
|
18
|
+
} & {
|
|
19
|
+
theme?: import("@emotion/react").Theme;
|
|
20
|
+
} & CardSkinDefaultCardSuitType, {}, {}>;
|
|
21
|
+
export declare const CardSkinDefaultCoverLabel: import("@emotion/styled").StyledComponent<import("../../../../matherial3/typography/m3-typography").TypographyProps & {
|
|
22
|
+
theme?: import("@emotion/react").Theme;
|
|
23
|
+
} & componentType, {}, {}>;
|
|
24
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { JSX } from 'react';
|
|
2
|
+
import { GameCardBase } from '../base/game-card-base.tsx';
|
|
3
|
+
export declare class CardSkinPinkPanther extends GameCardBase {
|
|
4
|
+
getFaceBackgroundColor(): string;
|
|
5
|
+
getFaceBorderColor(): string;
|
|
6
|
+
getCoverBackgroundColor(): string;
|
|
7
|
+
getCoverBorderColor(): string;
|
|
8
|
+
getCover(): JSX.Element;
|
|
9
|
+
getFace(): JSX.Element;
|
|
10
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
type CardSkinPinkPantherCardRankType = {
|
|
2
|
+
isTable: boolean;
|
|
3
|
+
isTen: boolean;
|
|
4
|
+
};
|
|
5
|
+
export declare const CardSkinPinkPantherCardRank: import("@emotion/styled").StyledComponent<import("../../../../matherial3/typography/m3-typography").TypographyProps & {
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
} & CardSkinPinkPantherCardRankType, {}, {}>;
|
|
8
|
+
type CardSkinPinkPantherCardSuit = {
|
|
9
|
+
isTable: boolean;
|
|
10
|
+
};
|
|
11
|
+
export declare const CardSkinPinkPantherCardSuit: import("@emotion/styled").StyledComponent<{
|
|
12
|
+
icon: string;
|
|
13
|
+
} & {
|
|
14
|
+
width?: number;
|
|
15
|
+
height?: number;
|
|
16
|
+
color?: string;
|
|
17
|
+
className?: string;
|
|
18
|
+
} & {
|
|
19
|
+
theme?: import("@emotion/react").Theme;
|
|
20
|
+
} & CardSkinPinkPantherCardSuit, {}, {}>;
|
|
21
|
+
type CardSkinPantherCardSuit = {
|
|
22
|
+
isTable: boolean;
|
|
23
|
+
};
|
|
24
|
+
export declare const CardSkinPinkPantherCoverLabel: import("@emotion/styled").StyledComponent<{
|
|
25
|
+
icon: string;
|
|
26
|
+
} & {
|
|
27
|
+
width?: number;
|
|
28
|
+
height?: number;
|
|
29
|
+
color?: string;
|
|
30
|
+
className?: string;
|
|
31
|
+
} & {
|
|
32
|
+
theme?: import("@emotion/react").Theme;
|
|
33
|
+
} & CardSkinPantherCardSuit, {}, {}>;
|
|
34
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { JSX } from 'react';
|
|
2
|
+
import { GameCardBase } from '../base/game-card-base.tsx';
|
|
3
|
+
export declare class CardSkinPokerdom extends GameCardBase {
|
|
4
|
+
getFaceBackgroundColor(): string;
|
|
5
|
+
getFaceBorderColor(): string;
|
|
6
|
+
getCoverBackgroundColor(): string;
|
|
7
|
+
getCoverBorderColor(): string;
|
|
8
|
+
getCover(): JSX.Element;
|
|
9
|
+
getFace(): JSX.Element;
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
type CardSkinPokerdomCardRankType = {
|
|
2
|
+
isTable: boolean;
|
|
3
|
+
isTen: boolean;
|
|
4
|
+
};
|
|
5
|
+
export declare const CardSkinPokerdomCardRank: import("@emotion/styled").StyledComponent<import("../../../../matherial3/typography/m3-typography").TypographyProps & {
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
} & CardSkinPokerdomCardRankType, {}, {}>;
|
|
8
|
+
type CardSkinPokerdomCardSuit = {
|
|
9
|
+
isTable: boolean;
|
|
10
|
+
};
|
|
11
|
+
export declare const CardSkinPokerdomCardSuit: import("@emotion/styled").StyledComponent<{
|
|
12
|
+
icon: string;
|
|
13
|
+
} & {
|
|
14
|
+
width?: number;
|
|
15
|
+
height?: number;
|
|
16
|
+
color?: string;
|
|
17
|
+
className?: string;
|
|
18
|
+
} & {
|
|
19
|
+
theme?: import("@emotion/react").Theme;
|
|
20
|
+
} & CardSkinPokerdomCardSuit, {}, {}>;
|
|
21
|
+
export declare const CardSkinPokerdomCoverLabel: import("@emotion/styled").StyledComponent<{
|
|
22
|
+
icon: string;
|
|
23
|
+
} & {
|
|
24
|
+
width?: number;
|
|
25
|
+
height?: number;
|
|
26
|
+
color?: string;
|
|
27
|
+
className?: string;
|
|
28
|
+
} & {
|
|
29
|
+
theme?: import("@emotion/react").Theme;
|
|
30
|
+
} & CardSkinPokerdomCardSuit, {}, {}>;
|
|
31
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { JSX } from 'react';
|
|
2
|
+
import { GameCardBase } from '../base/game-card-base.tsx';
|
|
3
|
+
export declare class CardSkinPremium extends GameCardBase {
|
|
4
|
+
getFaceBackgroundColor(): string;
|
|
5
|
+
getFaceBorderColor(): string;
|
|
6
|
+
getCoverBackgroundColor(): string;
|
|
7
|
+
getCoverBorderColor(): string;
|
|
8
|
+
getCover(): JSX.Element;
|
|
9
|
+
getFace(): JSX.Element;
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
type CardSkinPremiumCardRankType = {
|
|
2
|
+
isTable: boolean;
|
|
3
|
+
isTen: boolean;
|
|
4
|
+
};
|
|
5
|
+
export declare const CardSkinPremiumCardRank: import("@emotion/styled").StyledComponent<import("../../../../matherial3/typography/m3-typography").TypographyProps & {
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
} & CardSkinPremiumCardRankType, {}, {}>;
|
|
8
|
+
type CardSkinPremiumCardSuit = {
|
|
9
|
+
isTable: boolean;
|
|
10
|
+
};
|
|
11
|
+
export declare const CardSkinPremiumCardSuit: import("@emotion/styled").StyledComponent<{
|
|
12
|
+
icon: string;
|
|
13
|
+
} & {
|
|
14
|
+
width?: number;
|
|
15
|
+
height?: number;
|
|
16
|
+
color?: string;
|
|
17
|
+
className?: string;
|
|
18
|
+
} & {
|
|
19
|
+
theme?: import("@emotion/react").Theme;
|
|
20
|
+
} & CardSkinPremiumCardSuit, {}, {}>;
|
|
21
|
+
export declare const CardSkinPremiumCoverLabel: import("@emotion/styled").StyledComponent<{
|
|
22
|
+
icon: string;
|
|
23
|
+
} & {
|
|
24
|
+
width?: number;
|
|
25
|
+
height?: number;
|
|
26
|
+
color?: string;
|
|
27
|
+
className?: string;
|
|
28
|
+
} & {
|
|
29
|
+
theme?: import("@emotion/react").Theme;
|
|
30
|
+
} & CardSkinPremiumCardSuit, {}, {}>;
|
|
31
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { JSX } from 'react';
|
|
2
|
+
import { GameCardBase } from '../base/game-card-base.tsx';
|
|
3
|
+
export declare class CardSkinUssr extends GameCardBase {
|
|
4
|
+
getFaceBackgroundColor(): string;
|
|
5
|
+
getFaceBorderColor(): string;
|
|
6
|
+
getCoverBackgroundColor(): string;
|
|
7
|
+
getCoverBorderColor(): string;
|
|
8
|
+
getCover(): JSX.Element;
|
|
9
|
+
getFace(): JSX.Element;
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
type CardSkinUssrCardRankType = {
|
|
2
|
+
isTable: boolean;
|
|
3
|
+
isTen: boolean;
|
|
4
|
+
};
|
|
5
|
+
export declare const CardSkinUssrCardRank: import("@emotion/styled").StyledComponent<import("../../../../matherial3/typography/m3-typography").TypographyProps & {
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
} & CardSkinUssrCardRankType, {}, {}>;
|
|
8
|
+
type CardSkinUssrCardSuit = {
|
|
9
|
+
isTable: boolean;
|
|
10
|
+
};
|
|
11
|
+
export declare const CardSkinUssrCardSuit: import("@emotion/styled").StyledComponent<{
|
|
12
|
+
icon: string;
|
|
13
|
+
} & {
|
|
14
|
+
width?: number;
|
|
15
|
+
height?: number;
|
|
16
|
+
color?: string;
|
|
17
|
+
className?: string;
|
|
18
|
+
} & {
|
|
19
|
+
theme?: import("@emotion/react").Theme;
|
|
20
|
+
} & CardSkinUssrCardSuit, {}, {}>;
|
|
21
|
+
export declare const CardSkinUssrCoverLabel: import("@emotion/styled").StyledComponent<{
|
|
22
|
+
icon: string;
|
|
23
|
+
} & {
|
|
24
|
+
width?: number;
|
|
25
|
+
height?: number;
|
|
26
|
+
color?: string;
|
|
27
|
+
className?: string;
|
|
28
|
+
} & {
|
|
29
|
+
theme?: import("@emotion/react").Theme;
|
|
30
|
+
} & CardSkinUssrCardSuit, {}, {}>;
|
|
31
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { JSX } from 'react';
|
|
2
|
+
import { GameCardBase } from '../base/game-card-base.tsx';
|
|
3
|
+
export declare class CardSkinVampire extends GameCardBase {
|
|
4
|
+
getFaceBackgroundColor(): string;
|
|
5
|
+
getFaceBorderColor(): string;
|
|
6
|
+
getCoverBackgroundColor(): string;
|
|
7
|
+
getCoverBorderColor(): string;
|
|
8
|
+
getCover(): JSX.Element;
|
|
9
|
+
getFace(): JSX.Element;
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
type CardSkinWesternCardRankType = {
|
|
2
|
+
isTable: boolean;
|
|
3
|
+
isTen: boolean;
|
|
4
|
+
};
|
|
5
|
+
export declare const CardSkinVampireCardRank: import("@emotion/styled").StyledComponent<import("../../../../matherial3/typography/m3-typography").TypographyProps & {
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
} & CardSkinWesternCardRankType, {}, {}>;
|
|
8
|
+
type CardSkinVampireCardSuit = {
|
|
9
|
+
isTable: boolean;
|
|
10
|
+
};
|
|
11
|
+
export declare const CardSkinVampireCardSuit: import("@emotion/styled").StyledComponent<{
|
|
12
|
+
icon: string;
|
|
13
|
+
} & {
|
|
14
|
+
width?: number;
|
|
15
|
+
height?: number;
|
|
16
|
+
color?: string;
|
|
17
|
+
className?: string;
|
|
18
|
+
} & {
|
|
19
|
+
theme?: import("@emotion/react").Theme;
|
|
20
|
+
} & CardSkinVampireCardSuit, {}, {}>;
|
|
21
|
+
export declare const CardSkinVampireCoverLabel: import("@emotion/styled").StyledComponent<{
|
|
22
|
+
icon: string;
|
|
23
|
+
} & {
|
|
24
|
+
width?: number;
|
|
25
|
+
height?: number;
|
|
26
|
+
color?: string;
|
|
27
|
+
className?: string;
|
|
28
|
+
} & {
|
|
29
|
+
theme?: import("@emotion/react").Theme;
|
|
30
|
+
} & CardSkinVampireCardSuit, {}, {}>;
|
|
31
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { GameCardBase } from '../base/game-card-base.tsx';
|
|
2
|
+
import { JSX } from 'react';
|
|
3
|
+
export declare class CardSkinWestern extends GameCardBase {
|
|
4
|
+
getFaceBackgroundColor(): string;
|
|
5
|
+
getFaceBorderColor(): string;
|
|
6
|
+
getCoverBackgroundColor(): string;
|
|
7
|
+
getCoverBorderColor(): string;
|
|
8
|
+
getCover(): JSX.Element;
|
|
9
|
+
getFace(): JSX.Element;
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
type CardSkinWesternCardRankType = {
|
|
2
|
+
isTable: boolean;
|
|
3
|
+
isTen: boolean;
|
|
4
|
+
};
|
|
5
|
+
export declare const CardSkinWesternCardRank: import("@emotion/styled").StyledComponent<import("../../../../matherial3/typography/m3-typography").TypographyProps & {
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
} & CardSkinWesternCardRankType, {}, {}>;
|
|
8
|
+
type CardSkinWesternCardSuit = {
|
|
9
|
+
isTable: boolean;
|
|
10
|
+
};
|
|
11
|
+
export declare const CardSkinWesternCardSuit: import("@emotion/styled").StyledComponent<{
|
|
12
|
+
icon: string;
|
|
13
|
+
} & {
|
|
14
|
+
width?: number;
|
|
15
|
+
height?: number;
|
|
16
|
+
color?: string;
|
|
17
|
+
className?: string;
|
|
18
|
+
} & {
|
|
19
|
+
theme?: import("@emotion/react").Theme;
|
|
20
|
+
} & CardSkinWesternCardSuit, {}, {}>;
|
|
21
|
+
export declare const CardSkinWesternCoverLabel: import("@emotion/styled").StyledComponent<{
|
|
22
|
+
icon: string;
|
|
23
|
+
} & {
|
|
24
|
+
width?: number;
|
|
25
|
+
height?: number;
|
|
26
|
+
color?: string;
|
|
27
|
+
className?: string;
|
|
28
|
+
} & {
|
|
29
|
+
theme?: import("@emotion/react").Theme;
|
|
30
|
+
} & CardSkinWesternCardSuit, {}, {}>;
|
|
31
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare enum GameCardSkinEnum {
|
|
2
|
+
DEFAULT = "card_skin__default",
|
|
3
|
+
WESTERN = "card_skin__western",
|
|
4
|
+
PINK_PANTHER = "card_skin__pink_panther",
|
|
5
|
+
DACHA = "card_skin__dacha",
|
|
6
|
+
VAMPIRE = "card_skin__vampire",
|
|
7
|
+
USSR = "card_skin__ussr",
|
|
8
|
+
POKERDOM = "card_skin__pokerdom",
|
|
9
|
+
PREMIUM = "card_skin__premium"
|
|
10
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export { Alert } from './alert';
|
|
2
|
+
export { AppBarHeader } from './app-bar-header';
|
|
3
|
+
export { Avatar } from './avatar';
|
|
4
|
+
export { AvatarBadge } from './avatar-badge';
|
|
5
|
+
export { AvatarImage } from './avatar-image';
|
|
6
|
+
export { Banner } from './banner';
|
|
7
|
+
export { BottomSelectionPanel } from './bottom-selection-panel';
|
|
8
|
+
export { Card, CardProduct, CardItem, CardButton } from './card';
|
|
9
|
+
export { CardsPlayerYours, CardsPlayer, CardsPlayerOnMobileTableYours, CardsPlayerOnMobileTable } from './cards-player';
|
|
10
|
+
export { GameCardSizeEnum, GameCardSkinEnum, GameCardSuitEnum, GameCardRankEnum, createGameCard } from './game-card';
|
|
11
|
+
export { LastActionPanel } from './last-action-panel';
|
|
12
|
+
export { PageScreen, Screen } from './page-screen';
|
|
13
|
+
export { PopupScreen } from './popup-screen';
|
|
14
|
+
export { RuStoreBanner } from './rustore-banner';
|
|
15
|
+
export { ScrollList } from './scroll-list';
|
|
16
|
+
export { Skeleton } from './skeleton';
|
|
17
|
+
export { WorkflowButtonsStyled } from './workflow-buttons';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LastActionPanel } from './last-action-panel.tsx';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type LastActionPanelType = {
|
|
3
|
+
playerComment?: string;
|
|
4
|
+
selectedReaction?: string;
|
|
5
|
+
timer?: number;
|
|
6
|
+
className?: string;
|
|
7
|
+
};
|
|
8
|
+
export declare const LastActionPanel: (props: LastActionPanelType) => React.JSX.Element;
|
|
9
|
+
export {};
|