fix: Property zIndex does not exist on type CSSProperties

This commit is contained in:
QiShaoXuan
2022-08-12 19:01:40 +08:00
parent 4944887d4a
commit c9a5fe3d25
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export type PopperProps = {
anchorClassName?: string;
// Popover z-index
zIndex?: CSSProperties['zIndex'];
zIndex?: number;
offset?: [number, number];