zhengyiming
2025-08-06 506f4bcd2ce4f49b85ced24a24eeedbae3ee924a
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};