shineout
Version:
Shein 前端组件库
9 lines (8 loc) • 307 B
TypeScript
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;
}>;