@wix/design-system
Version:
@wix/design-system
16 lines • 616 B
TypeScript
export declare const DATA_HOOKS: {
readonly point: (position: string) => string;
};
export declare const DOCK_POSITION: {
readonly TOP_LEFT: "top-left";
readonly TOP: "top";
readonly TOP_RIGHT: "top-right";
readonly LEFT: "left";
readonly CENTER: "center";
readonly RIGHT: "right";
readonly BOTTOM_LEFT: "bottom-left";
readonly BOTTOM: "bottom";
readonly BOTTOM_RIGHT: "bottom-right";
};
export declare const POSITIONS: ("top" | "right" | "bottom" | "left" | "center" | "top-left" | "top-right" | "bottom-left" | "bottom-right")[];
//# sourceMappingURL=Dock.constants.d.ts.map