chore: generate
This commit is contained in:
@@ -92,9 +92,7 @@ type DrawerDescriptionProps<T extends ValidComponent = "div"> = DescriptionProps
|
|||||||
class?: string
|
class?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
const DrawerDescription = <T extends ValidComponent = "div">(
|
const DrawerDescription = <T extends ValidComponent = "div">(props: DynamicProps<T, DrawerDescriptionProps<T>>) => {
|
||||||
props: DynamicProps<T, DrawerDescriptionProps<T>>,
|
|
||||||
) => {
|
|
||||||
const [, rest] = splitProps(props as DrawerDescriptionProps, ["class"])
|
const [, rest] = splitProps(props as DrawerDescriptionProps, ["class"])
|
||||||
return (
|
return (
|
||||||
<DrawerPrimitive.Description
|
<DrawerPrimitive.Description
|
||||||
|
|||||||
Reference in New Issue
Block a user