///
///
// 貌似没有起效
declare global {
namespace React {
namespace JSX {
interface IntrinsicElements {
'input-element': {
'value'?: string
} & React.DetailedHTMLProps, HTMLElement>
}
}
}
}
declare const __APP_VERSION__: string
declare const __GIT_HASH__: string
declare const __GIT_HASH_FULL__: string
declare const __GIT_BRANCH__: string
declare const __BUILD_TIME__: string