3 lines
189 B
TypeScript
3 lines
189 B
TypeScript
import type { IScrollablePaneStyleProps, IScrollablePaneStyles } from './ScrollablePane.types';
|
|
export declare const getStyles: (props: IScrollablePaneStyleProps) => IScrollablePaneStyles;
|