UNPKG

ovuse

Version:

WPF-inspired Web UI framework

5 lines (4 loc) 246 B
export declare function TypeId(name: string): (constructor: any) => void; export declare function getObjectTypeId(obj: any): string; export declare function getTypeId(type: any): string; export declare function hasTypeId(type: any): boolean;