perf(modal-drawer): replace the scrollbar assembly

This commit is contained in:
vben
2020-12-28 00:16:17 +08:00
parent 73cee06daa
commit ebf7c8aa53
41 changed files with 1100 additions and 874 deletions

View File

@@ -1,7 +1,7 @@
import { CSSProperties, VNodeChild } from 'vue';
import { createTypes, VueTypeValidableDef, VueTypesInterface } from 'vue-types';
type VueNode = VNodeChild | JSX.Element;
export type VueNode = VNodeChild | JSX.Element;
type PropTypes = VueTypesInterface & {
readonly style: VueTypeValidableDef<CSSProperties>;