[improvement] organize type definitions
This commit is contained in:
@@ -5,7 +5,7 @@ import { inherit } from '../utils/functional';
|
||||
|
||||
// Types
|
||||
import { CreateElement, RenderContext } from 'vue/types';
|
||||
import { ScopedSlot, DefaultSlots } from '../utils/use/sfc';
|
||||
import { ScopedSlot, DefaultSlots } from '../utils/types';
|
||||
|
||||
export type PanelProps = {
|
||||
icon?: string;
|
||||
|
||||
Reference in New Issue
Block a user