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