mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +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 { withInstall } from '../utils';
|
||||||
import _FloatingPanel, { FloatingPanelProps } from './FloatingPanel';
|
import _FloatingPanel from './FloatingPanel';
|
||||||
|
|
||||||
export const FloatingPanel = withInstall(_FloatingPanel);
|
export const FloatingPanel = withInstall(_FloatingPanel);
|
||||||
|
|
||||||
export default FloatingPanel;
|
export default FloatingPanel;
|
||||||
|
export { floatingPanelProps } from './FloatingPanel';
|
||||||
export type { FloatingPanelProps };
|
export type { FloatingPanelProps } from './FloatingPanel';
|
||||||
|
|
||||||
declare module 'vue' {
|
declare module 'vue' {
|
||||||
export interface GlobalComponents {
|
export interface GlobalComponents {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user