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