UNPKG

@wix/design-system

Version:

@wix/design-system

8 lines 310 B
import React from 'react'; import { FixedContentProps } from './Page.types'; declare const FixedFooter: { ({ children }: FixedContentProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>; displayName: string; }; export default FixedFooter; //# sourceMappingURL=FixedFooter.d.ts.map