interface UI {
    div(...children: DivOpts[]): void;
    toString(): string;
}

Methods

Methods