Blame view

node_modules/bootstrap-vue/src/components/card/index.d.ts 963 Bytes
4cd4fd28   郭伟龙   feat: 初始化项目
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
//
// Card
//
import Vue from 'vue'
import { BvPlugin, BvComponent } from '../../'

// Plugin
export declare const CardPlugin: BvPlugin

// Component: b-card
export declare class BCard extends BvComponent {}

// Component: b-card-header
export declare class BCardHeader extends BvComponent {}

// Component: b-card-footer
export declare class BCardFooter extends BvComponent {}

// Component: b-card-body
export declare class BCardBody extends BvComponent {}

// Component: b-card-title
export declare class BCardTitle extends BvComponent {}

// Component: b-card-sub-title
export declare class BCardSubTitle extends BvComponent {}

// Component: b-card-img
export declare class BCardImg extends BvComponent {}

// Component: b-card-img-lazy
export declare class BCardImgLazy extends BvComponent {}

// Component: b-card-text
export declare class BCardText extends BvComponent {}

// Component: b-card-group
export declare class BCardGroup extends BvComponent {}