({ width = 200, height = 200, corners = 4, shadow = '', as = '', borderRadius }: {
width?: number;
height?: number;
corners?: number | string;
borderRadius?: string;
shadow?: string;
as?: string;
children?: ReactNode;
})
source not stored for this graph (policy: none)