UNPKG

poker-html-client

Version:
10 lines (7 loc) 243 B
import { ActionBlock } from "../../../table/actionBlock"; export class ActionBlockComponent { private actionBlock: ActionBlock; constructor(params: { data: ActionBlock }) { this.actionBlock = params.data; } }