UNPKG

@typed-tabletop-simulator/ui

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