UNPKG

@simpozio/contact-form

Version:
5 lines 211 B
/// <reference types="react" /> import { TCaption } from '../types'; declare const Caption: ({ html, className, children }: TCaption) => JSX.Element; export default Caption; //# sourceMappingURL=Caption.d.ts.map