Skip to content

Commit dab21ea

Browse files
committed
Fix typos
1 parent 29e8b7d commit dab21ea

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

index.js

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,2 @@
1-
/**
2-
* @typedef {import('./lib/components.js').Components} Components
3-
* @typedef {import('./lib/components.js').ExtraProps} ExtraProps
4-
* @typedef {import('./lib/index.js').CreateEvaluater} CreateEvaluater
5-
* @typedef {import('./lib/index.js').ElementAttributeNameCase} ElementAttributeNameCase
6-
* @typedef {import('./lib/index.js').EvaluateExpression} EvaluateExpression
7-
* @typedef {import('./lib/index.js').EvaluateProgram} EvaluateProgram
8-
* @typedef {import('./lib/index.js').Evaluater} Evaluater
9-
* @typedef {import('./lib/index.js').Fragment} Fragment
10-
* @typedef {import('./lib/index.js').Jsx} Jsx
11-
* @typedef {import('./lib/index.js').JsxDev} JsxDev
12-
* @typedef {import('./lib/index.js').Options} Options
13-
* @typedef {import('./lib/index.js').Props} Props
14-
* @typedef {import('./lib/index.js').Source} Source
15-
* @typedef {import('./lib/index.js').Space} Space
16-
* @typedef {import('./lib/index.js').StylePropertyNameCase} StylePropertyNameCase
17-
*/
18-
1+
// Note: types exposed from `index.d.ts`.
192
export {toJsxRuntime} from './lib/index.js'

0 commit comments

Comments
 (0)