import type { ReactNode } from 'react'; export interface FrameProps { children?: ReactNode; } export function Frame(props: FrameProps) { return