initData.d.ts 173 B

12
  1. import { Data, Options } from '../models';
  2. export declare function initData(targetElement: HTMLElement, hostElement: HTMLElement, position: string, options: Options): Data;