UNPKG

@typed-tabletop-simulator/ui

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