4 lines
122 B

export default function _default({ id, type }: {
id: any;
type: any;
}): import("react/jsx-runtime").JSX.Element;