()
| 36055 | var _styling = require("../../Styling"); |
| 36056 | var _utilities = require("../../Utilities"); |
| 36057 | var splitButtonDividerBaseStyles = function() { |
| 36058 | return { |
| 36059 | position: "absolute", |
| 36060 | width: 1, |
| 36061 | right: 31, |
| 36062 | top: 8, |
| 36063 | bottom: 8 |
| 36064 | }; |
| 36065 | }; |
| 36066 | function standardStyles(theme) { |
| 36067 | var _a, _b, _c, _d, _e; |
| 36068 | var s = theme.semanticColors, p = theme.palette; |
no outgoing calls
no test coverage detected