5 lines
182 B
TypeScript
5 lines
182 B
TypeScript
|
import type { UploadToken } from '.';
|
||
|
import type { GenerateStyle } from '../../theme/internal';
|
||
|
declare const genListStyle: GenerateStyle<UploadToken>;
|
||
|
export default genListStyle;
|