UNPKG

184 BTypeScriptView Raw
1import { IScrollablePaneStyleProps, IScrollablePaneStyles } from './ScrollablePane.types';
2export declare const getStyles: (props: IScrollablePaneStyleProps) => IScrollablePaneStyles;