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