UNPKG

ngx-bootstrap

Version:
3 lines (2 loc) 200 B
import { Data, Options } from '../models'; export declare function initData(targetElement: HTMLElement | null, hostElement: HTMLElement | null, position: string, options?: Options): Data | undefined;