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