/**
 * External dependencies
 */
import type { ReactNode } from 'react';

export type ViewProps = { children?: ReactNode };
