mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[improvement] organize type definitions
This commit is contained in:
@@ -3,7 +3,7 @@ import { emit, inherit } from '../utils/functional';
|
||||
|
||||
// Types
|
||||
import { CreateElement, RenderContext } from 'vue/types';
|
||||
import { DefaultSlots } from '../utils/use/sfc';
|
||||
import { DefaultSlots } from '../utils/types';
|
||||
|
||||
export type PasswordInputProps = {
|
||||
mask: boolean;
|
||||
|
Reference in New Issue
Block a user