Files
2026-01-16 02:20:32 +00:00

5 lines
180 B
TypeScript

import type { UploadToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const genRtlStyle: GenerateStyle<UploadToken>;
export default genRtlStyle;