export interface IComponentDemoPageProps {
    isHeaderVisible?: boolean;
}
