apphouse
Version:
Component library for React that uses observable state management and theme-able components.
136 lines (135 loc) • 2.64 kB
TypeScript
/**
* Elevation set of styles
*/
export declare const Elevation: {
depth0: {
position: string;
boxShadow: string;
zIndex: number;
};
depth1: {
position: string;
boxShadow: string;
zIndex: number;
};
depth2: {
position: string;
boxShadow: string;
zIndex: number;
};
depth3: {
position: string;
boxShadow: string;
zIndex: number;
};
depth4: {
position: string;
boxShadow: string;
zIndex: number;
};
depth4Reverse: {
position: string;
boxShadow: string;
zIndex: number;
};
depth5: {
position: string;
boxShadow: string;
zIndex: number;
};
depth6: {
position: string;
boxShadow: string;
zIndex: number;
};
depth7: {
position: string;
boxShadow: string;
zIndex: number;
};
depth8: {
position: string;
boxShadow: string;
zIndex: number;
};
depth9: {
position: string;
boxShadow: string;
zIndex: number;
};
depth10: {
position: string;
boxShadow: string;
zIndex: number;
};
depth11: {
position: string;
boxShadow: string;
zIndex: number;
};
depth12: {
position: string;
boxShadow: string;
zIndex: number;
};
depth13: {
position: string;
boxShadow: string;
zIndex: number;
};
depth14: {
position: string;
boxShadow: string;
zIndex: number;
};
depth15: {
position: string;
boxShadow: string;
zIndex: number;
};
depth16: {
position: string;
boxShadow: string;
zIndex: number;
};
depth17: {
position: string;
boxShadow: string;
zIndex: number;
};
depth18: {
position: string;
boxShadow: string;
zIndex: number;
};
depth19: {
position: string;
boxShadow: string;
zIndex: number;
};
depth20: {
position: string;
boxShadow: string;
zIndex: number;
};
depth21: {
position: string;
boxShadow: string;
zIndex: number;
};
depth22: {
position: string;
boxShadow: string;
zIndex: number;
};
depth23: {
position: string;
boxShadow: string;
zIndex: number;
};
depth24: {
position: string;
boxShadow: string;
zIndex: number;
};
};