StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
StackGenVis/frontend/node_modules/bootstrap-vue/esm/components/index.d.ts

48 lines
1.3 KiB

import { BvPlugin } from '../'
// Plugin that installs all plugins
export declare const componentsPlugin: BvPlugin
// Export all components as named exports
export * from './alert'
export * from './badge'
export * from './breadcrumb'
export * from './button'
export * from './button-group'
export * from './button-toolbar'
export * from './calendar'
export * from './card'
export * from './carousel'
export * from './collapse'
export * from './dropdown'
export * from './embed'
export * from './form'
export * from './form-checkbox'
export * from './form-datepicker'
export * from './form-file'
export * from './form-group'
export * from './form-input'
export * from './form-radio'
export * from './form-tags'
export * from './form-select'
export * from './form-spinbutton'
export * from './form-textarea'
export * from './image'
export * from './input-group'
export * from './jumbotron'
export * from './layout'
export * from './link'
export * from './list-group'
export * from './media'
export * from './modal'
export * from './nav'
export * from './navbar'
export * from './pagination'
export * from './pagination-nav'
export * from './popover'
export * from './progress'
export * from './spinner'
export * from './table'
export * from './tabs'
export * from './toast'
export * from './tooltip'