vscode
import { } from 'module';`"import": { "prefix": "import", "body": [ "import { $0 } from '$1';", "", ], "description": "to import content for {}" }
Last updated
import { } from 'module';`"import": {
"prefix": "import",
"body": [
"import { $0 } from '$1';",
"",
],
"description": "to import content for {}"
}Last updated