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