UNPKG

@procore/core-react

Version:
4 lines (3 loc) 250 B
import React from 'react'; import type { CaptionProps } from './Thumbnail.types'; export declare function ThumbnailCaption({ layout, disabled, error, caption, hasCaptionPlaceholder, multiline, qa, ...props }: CaptionProps): React.JSX.Element | null;