We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251834f commit 039f5c2Copy full SHA for 039f5c2
src/types/popover.ts
@@ -22,9 +22,10 @@ export const PopPlacementsArray = [
22
23
export type PopPlacements = AnyElementOf<typeof PopPlacementsArray>
24
25
-export interface PopoverAttributes extends Record<string, any> {
+export interface PopoverAttributes {
26
placement?: PopPlacements
27
popoverClasses?: string
28
offset?: string
29
+ width?: string | number
30
}
31
0 commit comments