/// /** * 属性类型定义 */ type Props = {}; declare function ThemeDemo(props: Props): JSX.Element; declare namespace ThemeDemo { var defaultProps: {}; } export default ThemeDemo;