(textStyleModel, opts)
| 37265 | mixin(Model, AxisModelCommonMixin); |
| 37266 | } |
| 37267 | function createTextStyle$1(textStyleModel, opts) { |
| 37268 | opts = opts || {}; |
| 37269 | return createTextStyle(textStyleModel, null, null, opts.state !== 'normal'); |
| 37270 | } |
| 37271 | |
| 37272 | var helper = /*#__PURE__*/Object.freeze({ |
| 37273 | __proto__: null, |
nothing calls this directly
no test coverage detected
searching dependent graphs…