Closed nwoltman closed 5 years ago
Requesting support for typeof imports:
typeof
import typeof React from 'React'; import {typeof useState} from 'React'; import typeof {useState} from 'React'; import {typeof useState as UseState} from 'React'; import typeof {useState as UseState} from 'React';
Current highlighting (due to incorrect scopes):
Thanks for supporting this!
Requesting support for
typeof
imports:Current highlighting (due to incorrect scopes):