export interface IRenderingContainerStateProps {
  readonly storyRequiresFullRerender: boolean;
}
