wix-style-react
Version:
wix-style-react
5 lines • 390 B
TypeScript
export namespace ScrollableContainerCommonProps {
let onScrollAreaChanged: import("react").Validator<((scrollChangedData: import("../ScrollableContainer").ScrollAreaData) => void) | null | undefined> | undefined;
let onScrollChanged: import("react").Validator<((target: HTMLElement) => void) | null | undefined> | undefined;
}
//# sourceMappingURL=ScrollableContainerCommon.d.ts.map