UNPKG

@typed-tabletop-simulator/ui

Version:
8 lines (7 loc) 219 B
/** @noSelfInFile */ import { BaseProps, BaseUIElement } from "./base"; export interface CellProps extends BaseProps { } export declare class Cell extends BaseUIElement<CellProps> { constructor(props: CellProps); }