zhengyiming
2025-02-24 c08d65c56e8b90bdef300ac45e5545c944f7eacc
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};