8.6.0 • Published 7 months ago

@lwc/types v8.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@lwc/types

This package provides type definitions for LWC projects written in TypeScript.

Usage

!IMPORTANT If you use the lwc package in your project, then HTML and CSS imports will work without any configuration required.

To enable importing templates or stylesheets, simply import this package once, from anywhere in your project.

// ./types/global.d.ts
import '@lwc/types'

// my-component.ts
import stylesheet from './my-component.css'
import template from './my-component.html'

Module Definitions

This package provides module definitions for HTML and CSS files, so that they can be imported in LWC component script files.

8.6.0

7 months ago

8.5.0

8 months ago

8.4.0

8 months ago

8.3.0

8 months ago

8.2.0

8 months ago

8.1.3

8 months ago

7.1.5

8 months ago

8.1.2

9 months ago

8.1.1

9 months ago

8.1.0

9 months ago

8.1.0-alpha.5

9 months ago

8.1.0-alpha.4

9 months ago

8.1.0-alpha.1

9 months ago

8.1.0-alpha.0

9 months ago

8.1.0-alpha.3

9 months ago

8.1.0-alpha.2

9 months ago

8.0.0-alpha.0

9 months ago

8.0.0-alpha.1

9 months ago

7.2.6

9 months ago

7.2.5

9 months ago

7.2.4

9 months ago

7.1.4

9 months ago

8.0.0

9 months ago

7.2.3

10 months ago

7.2.3-alpha.0

10 months ago

7.2.2

10 months ago

7.1.3

10 months ago

7.3.0-alpha.3

10 months ago

7.2.1

11 months ago

7.3.0-alpha.2

11 months ago

7.3.0-alpha.1

11 months ago

7.3.0-alpha.0

11 months ago

7.2.0

11 months ago

7.1.2

11 months ago

7.1.1

11 months ago

7.1.0

11 months ago

7.0.5

11 months ago

7.0.4

11 months ago

7.0.3

12 months ago

7.0.3-alpha.0

12 months ago

7.0.2

12 months ago

7.0.1

12 months ago

7.0.1-alpha.0

12 months ago

7.0.0

12 months ago

7.0.0-alpha.1

12 months ago

0.0.0

1 year ago