UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

7 lines (6 loc) 227 B
import React from 'react'; export interface CaptionProps { /** The content to use as a graph label or timestamp */ children?: React.ReactNode; } export declare function Caption({ children }: CaptionProps): JSX.Element;