mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 23:55:08 +00:00
fix(FloatingPanel): fix missing floatingPanelProps export (#11978)
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import { withInstall } from '../utils';
|
||||
import _FloatingPanel, { FloatingPanelProps } from './FloatingPanel';
|
||||
import _FloatingPanel from './FloatingPanel';
|
||||
|
||||
export const FloatingPanel = withInstall(_FloatingPanel);
|
||||
|
||||
export default FloatingPanel;
|
||||
|
||||
export type { FloatingPanelProps };
|
||||
export { floatingPanelProps } from './FloatingPanel';
|
||||
export type { FloatingPanelProps } from './FloatingPanel';
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
|
Reference in New Issue
Block a user