import type { SvelteComponentTyped } from "svelte"; /** * @description An item can contain extra content meant to be formatted separately from the main content */ export default class Extra extends SvelteComponentTyped{}