Generics in function
Generics in classes
function create<T extends GeneralClass>(c: { new (): T }): T {
return new c()
}
Static methods
Conditional types
abcd abcdeconst
Citate fdsfsdf dffg
sdfsdf
Code:
<div style={{ padding: '20px', backgroundColor: 'tomato' }}>
<h3>This is JSX in Markdown</h3> {console.log('hello MDX')} <div>v</div>
</div>