mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-09 23:08:29 +00:00
chore: generate
This commit is contained in:
parent
c6c599b872
commit
3b18c64782
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue