react-native-web-internals
Version:
React Native for Web
10 lines • 347 B
TypeScript
/**
* Sets the value for multiple styles on a node. If a value is specified as
* '' (empty string), the corresponding style property will be unset.
*
* @param {DOMElement} node
* @param {object} styles
*/
declare function setValueForStyles(node: any, styles: any): void;
export default setValueForStyles;
//# sourceMappingURL=index.d.ts.map