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