first commit
This commit is contained in:
26
node_modules/vant/es/utils/constant.mjs
generated
vendored
Normal file
26
node_modules/vant/es/utils/constant.mjs
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
const BORDER = "van-hairline";
|
||||
const BORDER_TOP = `${BORDER}--top`;
|
||||
const BORDER_LEFT = `${BORDER}--left`;
|
||||
const BORDER_RIGHT = `${BORDER}--right`;
|
||||
const BORDER_BOTTOM = `${BORDER}--bottom`;
|
||||
const BORDER_SURROUND = `${BORDER}--surround`;
|
||||
const BORDER_TOP_BOTTOM = `${BORDER}--top-bottom`;
|
||||
const BORDER_UNSET_TOP_BOTTOM = `${BORDER}-unset--top-bottom`;
|
||||
const HAPTICS_FEEDBACK = "van-haptics-feedback";
|
||||
const FORM_KEY = Symbol("van-form");
|
||||
const LONG_PRESS_START_TIME = 500;
|
||||
const TAP_OFFSET = 5;
|
||||
export {
|
||||
BORDER,
|
||||
BORDER_BOTTOM,
|
||||
BORDER_LEFT,
|
||||
BORDER_RIGHT,
|
||||
BORDER_SURROUND,
|
||||
BORDER_TOP,
|
||||
BORDER_TOP_BOTTOM,
|
||||
BORDER_UNSET_TOP_BOTTOM,
|
||||
FORM_KEY,
|
||||
HAPTICS_FEEDBACK,
|
||||
LONG_PRESS_START_TIME,
|
||||
TAP_OFFSET
|
||||
};
|
||||
Reference in New Issue
Block a user