frc-ui
Version:
React Web UI
6 lines (5 loc) • 351 B
TypeScript
export declare function title(text: string): string;
export declare function fromItem(label: string, text: string): string;
export declare function button(text: string, callback: any): HTMLButtonElement;
export declare function pca(ay: boolean, un: string, callback: any): HTMLDivElement;
export declare function htmlText(t: string): HTMLSpanElement;