zhengyiming
2025-08-06 d63c9207512380719b31146a1d1adcf06be3f042
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};