UNPKG

gov-gui

Version:

Gov UI Component Library Typscript Build

17 lines (16 loc) 248 B
export declare class MyComponent { /** * The first name */ first: string; /** * The middle name */ middle: string; /** * The last name */ last: string; private getText; render(): any; }