UNPKG

@cainiaofe/cn-ui-m

Version:
9 lines (8 loc) 305 B
import './index.scss'; import * as React from 'react'; import type { CnPageFooterProps } from './types'; export declare const CnPageFooter: { (props: CnPageFooterProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>; displayName: string; }; export type { CnPageFooterProps };