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