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