UNPKG

use-on-demand

Version:
19 lines (13 loc) 207 B
namespace DrawFlowGraph { export namespace DemoCase { interface Static { draw(): { title: string; content: string; } new(): Clazz; } interface Clazz { } } }