UNPKG

@hackplan/polaris

Version:

Shopify’s product component library

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