File tree 1 file changed +4
-4
lines changed
app/components/Drawer/styled
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
"use client" ;
2
- import type { Assign , PolymorphicProps } from "@ark-ui/react" ;
2
+ import type { Assign } from "@ark-ui/react/ " ;
3
3
import { Dialog } from "@ark-ui/react/dialog" ;
4
4
import { ark } from "@ark-ui/react/factory" ;
5
5
import { type DrawerVariantProps , drawer } from "styled-system/recipes" ;
@@ -55,17 +55,17 @@ export const Trigger = withContext<
55
55
56
56
export const Header = withContext <
57
57
HTMLDivElement ,
58
- Assign < HTMLStyledProps < "div" > , PolymorphicProps >
58
+ Assign < HTMLStyledProps < "div" > , object >
59
59
> ( ark . div , "header" ) ;
60
60
61
61
export const Body = withContext <
62
62
HTMLDivElement ,
63
- Assign < HTMLStyledProps < "div" > , PolymorphicProps >
63
+ Assign < HTMLStyledProps < "div" > , object >
64
64
> ( ark . div , "body" ) ;
65
65
66
66
export const Footer = withContext <
67
67
HTMLDivElement ,
68
- Assign < HTMLStyledProps < "div" > , PolymorphicProps >
68
+ Assign < HTMLStyledProps < "div" > , object >
69
69
> ( ark . div , "footer" ) ;
70
70
71
71
export {
You can’t perform that action at this time.
0 commit comments