prmbr-image-mksaas/content/docs/mdx/callout.mdx
javayhu 5a20dc5837 chore: remove unused fumadocs-typescript dependency and clean up AutoTypeTable
- Deleted the fumadocs-typescript dependency from package.json and pnpm-lock.yaml.
- Removed the props.ts file as it was no longer needed.
- Updated various MDX files to comment out AutoTypeTable references to props.ts for better clarity and maintainability.
2025-03-31 00:02:50 +08:00

26 lines
380 B
Plaintext

---
title: Callout
description: Add callout to your docs
preview: callout
---
## Usage
Add it to your MDX components.
```tsx
import { Callout } from 'fumadocs-ui/components/callout';
<MDX
components={{
Callout,
}}
/>;
```
See [Markdown](/docs/markdown#callouts) for usages.
### Reference
{/* <AutoTypeTable path="./content/docs/props.ts" name="CalloutProps" /> */}