UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

9 lines 371 B
import React from 'react'; export interface FooterHelpProps { /** The content to display inside the layout. */ children?: React.ReactNode; /** Horizontal alignment of the component */ align?: 'start' | 'center' | 'end'; } export declare function FooterHelp({ children, align }: FooterHelpProps): React.JSX.Element; //# sourceMappingURL=FooterHelp.d.ts.map