feat(Dialog): add width prop (#4687)
This commit is contained in:
Vendored
+1
@@ -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