mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
15 lines
184 B
TypeScript
15 lines
184 B
TypeScript
declare global {
|
|
const process: {
|
|
env: { NODE_ENV: string }
|
|
}
|
|
|
|
namespace JSX {
|
|
interface IntrinsicAttributes {
|
|
class?: any
|
|
style?: any
|
|
}
|
|
}
|
|
}
|
|
|
|
export {}
|