diff --git a/lib/components/Box.tsx b/lib/components/Box.tsx index a69f151..bac42f5 100644 --- a/lib/components/Box.tsx +++ b/lib/components/Box.tsx @@ -32,6 +32,7 @@ export type BoxProps = Partial<{ as: string; children: ReactNode; className: string | BooleanLike; + id: string; style: CSSProperties; }> & BooleanProps &