Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
264 Bytes
import { PropTable } from "@/components/mdx/prop-table"
import { Container } from "@chakra-ui/react"
export default function Page() {
return (
<Container py="20" fontSize="sm">
<p>Props</p>
<PropTable component="badge" />
</Container>
)
}