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