slanted-gamedev-toolz
Version:
A slanted mix of tools for your brilliant ideas in game design.
27 lines (26 loc) • 716 B
TypeScript
import { CSSProperties } from "react";
export declare const gameCardShadow: CSSProperties;
export declare const imgBoxShadow: CSSProperties;
export declare const textOutline: {
black: {
textShadow: string;
};
blackThick: {
textShadow: string;
};
blackHalf: {
textShadow: string;
};
white: {
textShadow: string;
};
whiteHalf: {
textShadow: string;
};
shadow: {
textShadow: string;
};
};
export declare const cardPaper: CSSProperties;
export declare const sxInfo: CSSProperties;
export declare const selectedGlow = "0 0 10px rgba(0, 255, 0, 1), 0 0 20px 5px rgba(0, 175, 0, 0.8),\n 0 0 30px 15px rgba(0, 225, 0, 0.5)";