mirror of
https://github.com/youzan/vant.git
synced 2025-12-24 02:02:09 +08:00
[improvement] default props in tsx (#2789)
This commit is contained in:
@@ -9,7 +9,7 @@ import { CreateElement, RenderContext } from 'vue/types';
|
||||
import { DefaultSlots } from '../utils/use/sfc';
|
||||
|
||||
export type SwitchCellProps = SharedSwitchProps & {
|
||||
size?: string;
|
||||
size: string;
|
||||
title?: string;
|
||||
border?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user