wupengfei
2025-04-02 f5f5dc20f7fa2b59671abccf6c6513fabb39789a
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};