zhengyiming
7 天以前 613d1a6ff31ca384c51d786819b27136d393a181
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};