mirror of
https://github.com/youzan/vant.git
synced 2025-12-23 01:00:44 +08:00
[improvement] Cell: tsx (#2771)
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
export type SharedCellProps = {
|
||||
icon?: string;
|
||||
border?: boolean;
|
||||
center?: boolean;
|
||||
isLink?: boolean;
|
||||
required?: boolean;
|
||||
titleClass?: string;
|
||||
valueClass?: string;
|
||||
labelClass?: string;
|
||||
title?: string | number;
|
||||
value?: string | number;
|
||||
label?: string | number;
|
||||
}
|
||||
|
||||
export const cellProps = {
|
||||
icon: String,
|
||||
center: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user