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