UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

8 lines (7 loc) 277 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