Commit 8440d170 authored by Matjaž Lipuš's avatar Matjaž Lipuš Committed by island205

Message: added type def for offset option (#16027)

parent 67d4c9ee
......@@ -45,6 +45,9 @@ export interface ElMessageOptions {
/** Callback function when closed with the message instance as the parameter */
onClose?: CloseEventHandler
/** Set the distance to the top of viewport. Default is 20 px. */
offset?: number
}
export interface ElMessage {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment