flexlayout-react 0.8.15 → 0.8.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -160,6 +160,7 @@ export declare class LayoutInternal extends React.Component<ILayoutInternalProps
160
160
  componentDidMount(): void;
161
161
  componentDidUpdate(): void;
162
162
  componentWillUnmount(): void;
163
+ onScroll: () => void;
163
164
  render(): import("react/jsx-runtime").JSX.Element;
164
165
  renderBorders(inner: React.ReactNode): import("react/jsx-runtime").JSX.Element;
165
166
  renderLayout(): import("react/jsx-runtime").JSX.Element;