mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[improvement] Cell: functional (#2729)
This commit is contained in:
16
packages/cell/shared.ts
Normal file
16
packages/cell/shared.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export const cellProps = {
|
||||
icon: String,
|
||||
center: Boolean,
|
||||
isLink: Boolean,
|
||||
required: Boolean,
|
||||
titleClass: String,
|
||||
valueClass: String,
|
||||
labelClass: String,
|
||||
title: [String, Number],
|
||||
value: [String, Number],
|
||||
label: [String, Number],
|
||||
border: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user