zhengyiming
2025-03-12 db365a5eff31c040c42463df4966bf34a5de6a6d
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};