UNPKG

shineout

Version:

Shein 前端组件库

9 lines (8 loc) 307 B
import { PositionType } from './Props'; export declare function destroy(type: PositionType): void; export declare function getComponent({ position, container, }: { position: PositionType; container?: (() => HTMLElement) | HTMLElement; }): Promise<{ addMessage: (message: any) => () => void; }>;