UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

18 lines 574 B
export let StateTypes = /*#__PURE__*/function (StateTypes) { StateTypes["CURRENT"] = "current"; StateTypes["NEXT"] = "next"; StateTypes["ERROR"] = "error"; StateTypes["SUCCESS"] = "success"; return StateTypes; }({}); export let LineTypes = /*#__PURE__*/function (LineTypes) { LineTypes["SOLID"] = "solid"; LineTypes["DASHED"] = "dashed"; return LineTypes; }({}); export let PointTypes = /*#__PURE__*/function (PointTypes) { PointTypes["BULLET"] = "bullet"; PointTypes["CIRCLE"] = "circle"; PointTypes["OUTLINE"] = "outline"; return PointTypes; }({});