UNPKG

@procore/core-react

Version:
4 lines (3 loc) 236 B
import React from 'react'; import type { PageFooterTemplateProps } from './PageFooterTemplate.types'; export declare const PageFooterTemplate: React.ForwardRefExoticComponent<PageFooterTemplateProps & React.RefAttributes<HTMLElement>>;