WithElementsOptions
ts
type WithElementsOptions = Partial<{
additional: boolean;
flowControls: boolean;
intrinsics: boolean;
mapNames: (value) => string;
}>;Defined in: options/config.ts:14
Options for withElements.
Since
1.0.0
Author
your name