import { StylableComponent } from '.'

export interface ScrollContainerProps extends StylableComponent {
    scrollTop?: number
}
