zhengyiming
2025-03-10 0787f6b63b9332dde3e8007f4cec83fc66903028
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};