@crossed/ui
Version:
A universal & performant styling library for React Native, Next.js & React
105 lines • 2.71 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 spacingStyle: {
auto: import("@crossed/styled").CrossedMethods<{
base: {
padding: 16;
};
media: {
md: {
padding: 24;
};
xl: {
padding: 32;
};
};
}>;
xs: import("@crossed/styled").CrossedMethods<{
base: {
padding: 12;
};
}>;
sm: import("@crossed/styled").CrossedMethods<{
base: {
padding: 16;
};
}>;
md: import("@crossed/styled").CrossedMethods<{
base: {
padding: 24;
};
}>;
lg: import("@crossed/styled").CrossedMethods<{
base: {
padding: 32;
};
}>;
};
export declare const cardStyles: {
root: import("@crossed/styled").CrossedMethods<{
base: {
borderRadius: 16;
backgroundColor: "white" | "#1D1D40";
borderWidth: number;
borderColor: "#EBEAFE" | "#242547";
flexShrink: number;
};
}>;
rootLink: import("@crossed/styled").CrossedMethods<{
web: {
base: {
transition: "all 0.27s ease";
};
};
':hover': {
backgroundColor: "#EBEAFE" | "#242547";
};
':active': {
backgroundColor: "#DAD9EC" | "#2D2D61";
};
}>;
title: import("@crossed/styled").CrossedMethods<{
base: {
alignSelf: "stretch";
lineHeight: 30;
};
}>;
description: import("@crossed/styled").CrossedMethods<{
base: {
alignSelf: "stretch";
color: "#CDCBEC" | "#5D607C";
};
}>;
extra: import("@crossed/styled").CrossedMethods<{
base: {
color: "#CDCBEC" | "#5D607C";
fontWeight: "700";
};
}>;
first: import("@crossed/styled").CrossedMethods<{
base: {
borderBottomWidth: number;
borderBottomLeftRadius: number;
borderBottomRightRadius: number;
};
}>;
middle: import("@crossed/styled").CrossedMethods<{
base: {
borderBottomWidth: number;
borderRadius: number;
borderTopWidth: number;
};
}>;
last: import("@crossed/styled").CrossedMethods<{
base: {
borderTopWidth: number;
borderTopLeftRadius: number;
borderTopRightRadius: number;
};
}>;
};
//# sourceMappingURL=styles.d.ts.map