14 lines
570 B
TypeScript
14 lines
570 B
TypeScript
/*
|
|
* Vencord, a Discord client mod
|
|
* Copyright (c) 2023 Vendicated and contributors
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/
|
|
|
|
import { classNameFactory } from "@api/Styles";
|
|
import { extractAndLoadChunksLazy, findByProps } from "@webpack";
|
|
|
|
export const cl = classNameFactory("vc-decor-");
|
|
export const DecorationModalStyles = findByProps("modalFooterShopButton");
|
|
|
|
export const requireAvatarDecorationModal = extractAndLoadChunksLazy(".COLLECTIBLES_SHOP_FULLSCREEN&&");
|
|
export const requireCreateStickerModal = extractAndLoadChunksLazy("stickerInspected]:");
|