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