返回 AiToEarn
1 import type { PubItem } from '@/components/PublishDialog/publishDialog.type'
2
3 export interface IPlatsParamsRef {}
4
5 export interface IPlatsParamsProps {
6 pubItem: PubItem
7 // 是否为移动端
8 isMobile?: boolean
9 }
10
10 lines TYPESCRIPT