UNPKG

c3-simple-mind-map

Version:

一个简单的web在线思维导图

24 lines (23 loc) 649 B
export default Timeline declare class Timeline extends Base { constructor(opt: {}, layout: any) layout: any doLayout(callback: any): void computedBaseValue(): void computedLeftTopValue(): void adjustLeftTopValue(): void getNodeAreaHeight(node: any): number updateBrothersLeft(node: any): void updateBrothersTop(node: any, addHeight: any): void renderLine(node: any, lines: any, style: any): any[] renderExpandBtn(node: any, btn: any): void renderGeneralization(list: any): void renderExpandBtnRect( rect: any, expandBtnSize: any, width: any, height: any, node: any ): void } import Base from './Base'