4 lines
153 B
TypeScript
4 lines
153 B
TypeScript
|
import type { RtlItem } from '../../../config-provider/src/internal-interface';
|
||
|
export declare const scrollbarRtl: RtlItem;
|
||
|
export default scrollbarRtl;
|