UNPKG

@storybook/addon-centered

Version:
18 lines (17 loc) 457 B
declare const styles: { readonly style: { readonly position: "fixed"; readonly top: "0"; readonly left: "0"; readonly bottom: "0"; readonly right: "0"; readonly display: "flex"; readonly alignItems: "center"; readonly overflow: "auto"; }; readonly innerStyle: { readonly margin: "auto"; readonly maxHeight: "100%"; }; }; export default styles;