UNPKG

@styled/typescript-styled-plugin

Version:

TypeScript language service plugin that adds IntelliSense for styled components

7 lines (6 loc) 194 B
import * as ts from 'typescript/lib/tsserverlibrary'; import { StyledPlugin } from './_plugin'; declare const _default: (mod: { typescript: typeof ts; }) => StyledPlugin; export = _default;