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