@fluentui/react-northstar
Version:
A themable React component library.
18 lines (16 loc) • 369 B
JavaScript
exports.__esModule = true;
exports.videoStyles = void 0;
var videoStyles = {
root: function root(_ref) {
var v = _ref.variables;
return {
display: 'inline-block',
verticalAlign: 'middle',
width: v.width,
height: v.height || 'auto'
};
}
};
exports.videoStyles = videoStyles;
//# sourceMappingURL=videoStyles.js.map
;