UNPKG

@codedoc/core

Version:

Create beautiful modern documentation websites.

11 lines 297 B
import { themedStyle } from '@connectv/jss-theme'; export const HeaderStyle = /*#__PURE__*/ themedStyle(theme => ({ header: { position: 'fixed', top: 0, right: 0, zIndex: 100, padding: 32, textAlign: 'right', } })); //# sourceMappingURL=style.js.map