UNPKG

@typed-tabletop-simulator/ui

Version:
8 lines (7 loc) 218 B
/** @noSelfInFile */ import { BaseUIElement } from "./base"; export interface TableLayoutProps { } export declare class TableLayout extends BaseUIElement<TableLayoutProps> { constructor(props: TableLayoutProps); }