UNPKG

@td-design/react-native

Version:

react-native UI组件库

21 lines 485 B
import helpers from '../helpers'; const { px, deviceWidth } = helpers; export const normalShadowOpt = { width: deviceWidth - px(32), height: px(40), radius: px(20), opacity: 0.16, border: 12 }; export const SHORT = 3000; export const LONG = 5000; export let NotifyType = /*#__PURE__*/function (NotifyType) { NotifyType["INFO"] = "info"; NotifyType["SUCCESS"] = "success"; NotifyType["FAIL"] = "fail"; return NotifyType; }({}); //# sourceMappingURL=constant.js.map