zhengyiming
8 天以前 eeb610e0d60949e35634be696dbd0f42c46cc9df
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};