types(Toast): fix missing teleport prop (#10272)

This commit is contained in:
neverland
2022-02-09 10:35:15 +08:00
committed by GitHub
parent 73af4437de
commit daa8e4b9bb

View File

@@ -33,6 +33,7 @@ const [name, bem] = createNamespace('toast');
const popupInheritProps = [
'show',
'overlay',
'teleport',
'transition',
'overlayClass',
'overlayStyle',