export interface WindowStorybookProps {
  IS_STORYBOOK?: boolean;
}

export const isStorybook = (window as WindowStorybookProps).IS_STORYBOOK;
