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