bootstrap-vue-3
Version:
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
23 lines (21 loc) • 414 B
TypeScript
import type {ButtonVariant, Size} from '..'
// Props
export interface Props {
id?: string
text?: string
size?: Size
offset?: string
autoClose?: string
dark?: boolean
dropleft?: boolean
dropright?: boolean
dropup?: boolean
right?: boolean | string
left?: boolean | string
offsetParent?: boolean
split?: boolean
splitVariant?: ButtonVariant
variant?: ButtonVariant
}
// Emits
// Other