amis-rpc-design/node_modules/antd/es/upload/style/rtl.d.ts

5 lines
180 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import type { UploadToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const genRtlStyle: GenerateStyle<UploadToken>;
export default genRtlStyle;