// 小程序自定义组件开发请参考:https://ae.feishu.cn/hc/zh-CN/articles/193682147920 export interface Props {} export default function __SHOULD_REPLACE_CapitalizedComponentApiName_SHOULD_REPLACE__( props: Props, ): JSX.Element { return Hello world!; }