Skip to content

Commit 52d9f6f

Browse files
authored
fix(types): popover attributes allow width (#2641)
* fix(types): popover attributes backward compitibility * fix(types): popover attributes allow width * fix: minor fix
1 parent 14c1cd6 commit 52d9f6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/popover.ts

+1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ export interface PopoverAttributes {
2626
placement?: PopPlacements
2727
popoverClasses?: string
2828
offset?: string
29+
width?: string
2930
}
3031

0 commit comments

Comments
 (0)