@littlespoon/theme
Version:
Little Spoon theme
17 lines (14 loc) • 335 B
Flow
/**
* Flowtype definitions for z-index
* Generated by Flowgen from a Typescript Definition
* Flowgen v1.21.0
* @flow
*/
/**
* This enum is somehow based on https://mui.com/material-ui/customization/z-index
*/
declare var zIndex: {|
+backdrop: 1100, // 1100
+drawer: 1200, // 1200
|};
declare export default typeof zIndex;