Files
red_de_investigacion_front/node_modules/bootstrap-vue/esm/directives/index.d.ts
T
DanielRamirezGe 5eecfbf6cd first commit
2020-01-14 20:43:08 -06:00

13 lines
307 B
TypeScript

import { BvPlugin } from '../'
// Plugin that installs all plugins
export declare const directivesPlugin: BvPlugin
// Named exports of all directives
export * from './modal'
export * from './popover'
export * from './scrollspy'
export * from './toggle'
export * from './tooltip'
export * from './visible'