| 20 | } from "./ui/dropdown-menu" |
| 21 | |
| 22 | interface ComponentPreviewProps extends React.HTMLAttributes<HTMLDivElement> { |
| 23 | name: string |
| 24 | extractClassname?: boolean |
| 25 | extractedClassNames?: string |
| 26 | align?: "center" | "start" | "end" |
| 27 | framerLink?: string |
| 28 | description?: string |
| 29 | } |
| 30 | |
| 31 | export function ComponentPreview({ |
| 32 | name, |
nothing calls this directly
no outgoing calls
no test coverage detected