zhengyiming
2025-02-26 9ce2b7704070c2415a6dd929c961bb918c5c735b
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};