@crossed/ui
Version:
A universal & performant styling library for React Native, Next.js & React
49 lines • 1.53 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 styles: {
box: import("@crossed/styled").CrossedMethods<{
base: {
backgroundColor: "white" | "#1D1D40";
borderTopLeftRadius: number;
borderTopRightRadius: number;
};
}>;
container: import("@crossed/styled").CrossedMethods<{
base: {
paddingBottom: 32;
paddingTop: 8;
maxHeight: "97%";
};
}>;
containerPadded: import("@crossed/styled").CrossedMethods<{
base: {
paddingHorizontal: 32;
};
}>;
maxHeight: import("@crossed/styled").CrossedMethods<{
base: {
maxHeight: "100%";
};
}>;
indicator: import("@crossed/styled").CrossedMethods<{
base: {
width: number;
height: number;
backgroundColor: "#CDCBEC";
alignSelf: "center";
borderRadius: number;
};
}>;
};
export declare const paddedContainerStyle: (padded: boolean) => {
original: Function | Record<string, any>;
stylesParent: Record<string, any>;
style: (props?: import("@crossed/styled").CrossedPropsExtended) => any;
className: (props?: import("@crossed/styled").CrossedPropsExtended) => any;
rnw: (props?: import("@crossed/styled").CrossedPropsExtended) => any;
};
//# sourceMappingURL=styles.d.ts.map