liu
4 天以前 b725cca0ff60728be04ef2ddb4cde5fcdf80bf8e
1
2
3
4
export interface DocAlertProps {
  title: string;
  url: string;
}