UNPKG

@dataui/crud-util

Version:
4 lines (3 loc) 69 B
export declare type ClassType<T> = { new (...args: any[]): T; };