UNPKG

@lucsoft/webgen

Version:

Collection of lucsofts Components

8 lines (7 loc) 169 B
/** * @deprecated Please use Component */ export interface RenderElement { draw: () => HTMLElement; } export declare type Component = HTMLElement | RenderElement;