createTheme
| Generic types: | T |
This function is used to create themes for component's while keeping the intellisens up for TailwindCSS and other extensions.
Presentation
function createTheme (input : T): T;Returns
T -The generic type's definition.
Parameters
| Name | Type | Description |
|---|---|---|
| input | T | Generic type to be created. |