Skip to content

Commit 73aa172

Browse files
committed
Refactor docs
1 parent 3dddd9a commit 73aa172

File tree

2 files changed

+169
-178
lines changed

2 files changed

+169
-178
lines changed

lib/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@
124124
* Configuration.
125125
* @property {Partial<Components> | null | undefined} [components]
126126
* Components to use (optional).
127-
* @property {ElementAttributeNameCase | null | undefined} [elementAttributeNameCase='react']
128-
* Specify casing to use for attribute names (default: `'react'`).
129127
* @property {CreateEvaluater | null | undefined} [createEvaluater]
130128
* Create an evaluator that turns ESTree ASTs into values (optional).
129+
* @property {ElementAttributeNameCase | null | undefined} [elementAttributeNameCase='react']
130+
* Specify casing to use for attribute names (default: `'react'`).
131131
* @property {string | null | undefined} [filePath]
132132
* File path to the original source file (optional).
133133
*

0 commit comments

Comments
 (0)