UNPKG

ngx-ui-tour-ngx-bootstrap

Version:
7 lines (6 loc) 249 B
import type { IStepOption } from 'ngx-ui-tour-core'; import type { AvailableBSPositions } from 'ngx-bootstrap/positioning'; export interface INgxbStepOption extends IStepOption { placement?: AvailableBSPositions; useLegacyTitle?: boolean; }