UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

7 lines 269 B
import React from 'react'; export interface FooterHelpProps { /** The content to display inside the layout. */ children?: React.ReactNode; } export declare function FooterHelp({ children }: FooterHelpProps): JSX.Element; //# sourceMappingURL=FooterHelp.d.ts.map