@audira/carbon-react-native
Version:
Build React Native apps with component and shared patterns using Carbon
12 lines (11 loc) • 461 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MapCircleStrokeColor = void 0;
var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
const MapCircleStrokeColor = exports.MapCircleStrokeColor = {
gray_10: _carbonReactNativeElements.Color.Token.gray_10.interactive,
gray_100: _carbonReactNativeElements.Color.Token.gray_100.interactive
};
//# sourceMappingURL=_map-circle-stroke-color.js.map