UNPKG

polaris-glints

Version:

Glints forked polaris react

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