Add a new design system to the theme builder.
The name of the design system to add.
Optional
opts: { Optional arguments. opts.sample=true if this is a sample design system.
Optional
sample?: booleanThe new design system
Get an existing design system by name
The name of the design system to return.
The design system with the specified name, or throws an error otherwise.
Static
createCreate a theme builder.
Optional
opts: ThemeBuilderOptsTheme Builder options.
The ThemeBuilder object.
The main Theme Builder class.