mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
fix(FloatingPanel): fix missing floatingPanelProps export (#11978)
This commit is contained in:
parent
4dab6b8236
commit
24b1bf4147
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user