UNPKG

carbon-components-svelte

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