mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[improvement] default props in tsx (#2789)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export type SharedCellProps = {
|
||||
icon?: string;
|
||||
border?: boolean;
|
||||
border: boolean;
|
||||
center?: boolean;
|
||||
isLink?: boolean;
|
||||
required?: boolean;
|
||||
|
Reference in New Issue
Block a user