chore: generate

This commit is contained in:
opencode-agent[bot] 2026-07-09 11:26:18 +00:00
parent c6c599b872
commit 3b18c64782

View file

@ -92,9 +92,7 @@ type DrawerDescriptionProps<T extends ValidComponent = "div"> = DescriptionProps
class?: string
}
const DrawerDescription = <T extends ValidComponent = "div">(
props: DynamicProps<T, DrawerDescriptionProps<T>>,
) => {
const DrawerDescription = <T extends ValidComponent = "div">(props: DynamicProps<T, DrawerDescriptionProps<T>>) => {
const [, rest] = splitProps(props as DrawerDescriptionProps, ["class"])
return (
<DrawerPrimitive.Description