UNPKG

web-component-stencil-test

Version:
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; }