getDefinedStyles

Type:Function
Status:stable
Since:1.0.0
Platform:js
@blackbyte.sugar.js.dom.style

Gets map of defined styles from CSS2Properties object

Params

  1. properties*-CSS2Properties

    CSS2Properties object to return defined styles from

Return

  1. -object

    Plain object containing defined styles as key value pairs

Example

import { getDefinedStyles } from '@blackbyte/sugar/dom';

Todo

  • testsnormal