blob: 9f949a51ca9a477a8d097a978d8358312d26a896 [file] [log] [blame]
import { Props } from '@theme/Layout';
export interface LayoutProps extends Props {
isPage?: boolean;
transparent?: boolean;
}