UNPKG

305 BTypeScriptView Raw
1import * as React from 'react';
2/**
3 * Component which prevents updates for children if no props changed
4 */
5declare function StaticContainer(props: any): any;
6declare const _default: React.MemoExoticComponent<typeof StaticContainer>;
7export default _default;
8//# sourceMappingURL=StaticContainer.d.ts.map
\No newline at end of file