mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
feat(Dialog): add width prop (#4687)
This commit is contained in:
1
types/dialog.d.ts
vendored
1
types/dialog.d.ts
vendored
@@ -3,6 +3,7 @@ type DialogDone = (close?: boolean) => void;
|
||||
|
||||
export type DialogOptions = {
|
||||
title?: string;
|
||||
width?: string | number;
|
||||
message?: string;
|
||||
overlay?: boolean;
|
||||
className?: any;
|
||||
|
Reference in New Issue
Block a user