genui / openui / CreateOpenUiLibraryOptions
CreateOpenUiLibraryOptions
Options for creating a ReactLynx OpenUI component library.
属性
componentGroups?
Additional groups, or the complete set when defaults are disabled.
定义于
@lynx-js/genui/openui/src/core/createLibraryBase.ts:19
components?
Additional components, or the complete set when defaults are disabled.
定义于
@lynx-js/genui/openui/src/core/createLibraryBase.ts:17
includeDefaultComponents?
Whether to include the built-in components and component groups.
Defaults to true.
定义于
@lynx-js/genui/openui/src/core/createLibraryBase.ts:15
root?
Override the root component name. Defaults to 'Stack'.
定义于
@lynx-js/genui/openui/src/core/createLibraryBase.ts:10