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