UNPKG

carbon-components-svelte

Version:
10 lines (7 loc) 235 B
import type { SvelteComponentTyped } from "svelte"; export interface HeaderPanelLinksProps {} export default class HeaderPanelLinks extends SvelteComponentTyped< HeaderPanelLinksProps, Record<string, any>, { default: {} } > {}