at main 115 B view raw
1import { ReactNode } from 'react'; 2 3export interface CaptionProps { 4 children: ReactNode; 5 className?: string; 6}