@carton-org/react-neumorphism
Version:
A React component library implementing the neumorphism design style
9 lines • 525 B
TypeScript
export declare const BOTTOM_RIGHT: "bottom-right";
export declare const BOTTOM_LEFT: "bottom-left";
export declare const BOTTOM_CENTER: "bottom-center";
export declare const TOP_RIGHT: "top-right";
export declare const TOP_LEFT: "top-left";
export declare const TOP_CENTER: "top-center";
export declare const screenPositions: readonly ["bottom-right", "bottom-left", "bottom-center", "top-right", "top-left", "top-center"];
export type ScreenPosition = (typeof screenPositions)[number];
//# sourceMappingURL=position.d.ts.map