({ className, align, ...props })
| 8 | VariantProps<typeof variants>; |
| 9 | |
| 10 | export const Caption: FC<Props> = ({ className, align, ...props }) => ( |
| 11 | <small className={variants({ className, align })} {...props} /> |
| 12 | ); |
nothing calls this directly
no outgoing calls
no test coverage detected