@fluentui/react-northstar
Version:
A themable React component library.
13 lines (12 loc) • 398 B
JavaScript
import { getAnimations } from './utils/animations';
export var skeletonStyles = {
root: function root(_ref) {
var p = _ref.props,
v = _ref.variables;
var animations = getAnimations(v.animationBackground, v.animationBackgroundSecondary);
return Object.assign({
width: '100%'
}, p.animation && animations[p.animation]);
}
};
//# sourceMappingURL=skeletonStyles.js.map