@crossed/ui
Version:
A universal & performant styling library for React Native, Next.js & React
43 lines • 1.1 kB
TypeScript
/**
* Copyright (c) Paymium.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root of this projects source tree.
*/
export declare const overlayStyles: {
root: import("@crossed/styled").CrossedMethods<{
base: {
position: "absolute";
backgroundColor: "black";
opacity: number;
top: number;
left: number;
right: number;
bottom: number;
zIndex: number;
};
web: {
base: {
position: "fixed";
};
};
}>;
};
export declare const modalStyles: {
content: import("@crossed/styled").CrossedMethods<{
base: {
zIndex: number;
borderRadius: number;
backgroundColor: "white" | "#1D1D40";
margin: "auto";
padding: 32;
gap: 32;
};
}>;
};
export declare const attachTriggerStyles: {
content: import("@crossed/styled").CrossedMethods<{
base: {};
}>;
};
//# sourceMappingURL=styles.d.ts.map