carbon-components-svelte/types/ContextMenu/ContextMenuDivider.svelte.d.ts

9 lines
226 B
TypeScript

import type { SvelteComponentTyped } from "svelte";
export type ContextMenuDividerProps = {};
export default class ContextMenuDivider extends SvelteComponentTyped<
ContextMenuDividerProps,
Record<string, any>,
{}
> {}