import * as UI from '../../src/index'
import { Canvas, Meta, Story } from "@storybook/addon-docs";
export const headerDecorator = (Story) => { setTimeout(() => Story(), 1); return '
The above
div with ID "PageHeader" is replaced by the header component';
};
To experience the full behaviour of the header, you need to log in. This can be done at
the example page.
{() => {
const options = {};
UI.initHeader(SolidLogic.store, options);
}}