UNPKG

@flashport/flashportui

Version:

This is a set basic UI components for FlashPort

9 lines (8 loc) 209 B
import { TextField } from "@flashport/flashport"; /** * ... * @author Kenny Lerma */ export declare class KLabel extends TextField { constructor(labelText: string, color?: number, fontSize?: number); }