slanted-gamedev-toolz
Version:
A slanted mix of tools for your brilliant ideas in game design.
35 lines • 1.28 kB
TypeScript
import type { CSSProperties } from "react";
export declare const btnSx: CSSProperties;
export declare const jsxCss: {
centerSpill: CSSProperties;
center: CSSProperties;
centerStack: CSSProperties;
fixed: CSSProperties;
row: CSSProperties;
};
export declare const chipStyle: 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 selectedRedGlow = "0 0 10px rgba(255, 0, 0, 1), 0 0 20px 5px rgba(255, 0, 0, 0.8), 0 0 30px 15px rgba(255, 0, 0, 0.5)";
export declare const selectedGreenGlow = "0 0 10px rgba(0, 255, 0, 1), 0 0 20px 5px rgba(0, 175, 0, 0.8), 0 0 30px 15px rgba(0, 225, 0, 0.5)";
export declare const selectedPinkGlow = "0 0 10px rgba(255, 0, 255, 1), 0 0 20px 5px rgba(255, 0, 175, 0.8), 0 0 30px 15px rgba(255, 0, 225, 0.5)";
export declare const selectedBabyBlueGlow = "0 0 10px rgba(173, 216, 230, 1), 0 0 20px 5px rgba(135, 206, 250, 0.8), 0 0 30px 15px rgba(135, 206, 250, 0.5)";
//# sourceMappingURL=jsxCssClassics.d.ts.map