Skip to content

Commit 5981902

Browse files
committed
fix: non imported items in dts files
1 parent 602ee13 commit 5981902

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/bootstrap-vue-3/src/types/components/BTable/BTable.d.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
import type {Breakpoint, ColorVariant, TableField, TableItem, VerticalAlign} from '../..'
1+
import type {
2+
Booleanish,
3+
Breakpoint,
4+
ColorVariant,
5+
TableField,
6+
TableItem,
7+
VerticalAlign,
8+
} from '../..'
29
// Props
310
export interface Props {
411
caption?: string

packages/bootstrap-vue-3/src/types/composables/FormCommonInputProps.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type {Size} from '..'
1+
import type {AriaInvalid, Size} from '..'
22

33
interface FormCommonInputProps {
44
ariaInvalid?: AriaInvalid

0 commit comments

Comments
 (0)