13 lines
307 B
TypeScript
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'
|