Interface INamedColorConverter
Package: @aurigma/design-atoms
Methods
convert(colorName)
Declaration
convert(colorName: string): string | null;
Parameters
| Type | Name | Description |
|---|---|---|
| string | colorName |
Returns
| Type | Description |
|---|---|
| string | null |
convert(colorName: string): string | null;
| Type | Name | Description |
|---|---|---|
| string | colorName |
| Type | Description |
|---|---|
| string | null |