Skip to content

Commit f1219c7

Browse files
committed
docs: autoUpdate type
1 parent 1d30c9a commit f1219c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export type ComputeConfig = Omit<ComputePositionConfig, "platform"> & {
1010
/**
1111
* false: Don't initialize autoUpdate;
1212
* true: Standard autoUpdate values from the documentation;
13-
* object: Initialization with its own parameters;
13+
* object: All as in the autoUpdate documentation. Your parameters are added to the default ones;
1414
* @default true
1515
*/
1616
autoUpdate?: boolean | Partial<Options>

0 commit comments

Comments
 (0)