UNPKG

@hackplan/polaris

Version:

Shopify’s product component library

7 lines (6 loc) 209 B
import React from 'react'; export interface Props { /** The content to display inside the layout. */ children?: React.ReactNode; } export default function FooterHelp({ children }: Props): JSX.Element;