6 lines
245 B
TypeScript
6 lines
245 B
TypeScript
import type { CSSObject } from '@ant-design/cssinjs';
|
|
import type { UploadToken } from '.';
|
|
import type { GenerateStyle } from '../../theme/internal';
|
|
declare const genRtlStyle: GenerateStyle<UploadToken, CSSObject>;
|
|
export default genRtlStyle;
|