Module: @nginstack/web-framework/lib/css/formatStyleAttr


(require("@nginstack/web-framework/lib/css/formatStyleAttr"))(styles)

Gera um atributo style com os estilos informados.

Parameters:
Name Type Description
styles Object.<string, *>

Mapa com os estilos que devem ser adicionados no atributo.

Returns:

Retorna o atributo style a ser adicionado em uma tag. Será retornada uma string vazia se styles for nulo ou um mapa vazio.

Type
string