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