(
element: HTMLElement,
options: PaneviewComponentOptions
)
| 38 | } |
| 39 | |
| 40 | export function createPaneview( |
| 41 | element: HTMLElement, |
| 42 | options: PaneviewComponentOptions |
| 43 | ): PaneviewApi { |
| 44 | const component = new PaneviewComponent(element, options); |
| 45 | return new PaneviewApi(component); |
| 46 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…