UNPKG

@typed-tabletop-simulator/ui

Version:
8 lines (7 loc) 231 B
/** @noSelfInFile */ import { BaseUIElement } from "./base"; export interface DefaultsProps { } export declare class Defaults extends BaseUIElement<DefaultsProps> { constructor(props: DefaultsProps, children: JSX.Element[]); }