mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
feat(context-menu): annotate props, generate types
This commit is contained in:
parent
3a1e561a27
commit
2ff4d43292
11 changed files with 582 additions and 19 deletions
10
types/ContextMenu/ContextMenuDivider.d.ts
vendored
Normal file
10
types/ContextMenu/ContextMenuDivider.d.ts
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
/// <reference types="svelte" />
|
||||
import { SvelteComponentTyped } from "svelte";
|
||||
|
||||
export interface ContextMenuDividerProps {}
|
||||
|
||||
export default class ContextMenuDivider extends SvelteComponentTyped<
|
||||
ContextMenuDividerProps,
|
||||
{},
|
||||
{}
|
||||
> {}
|
Loading…
Add table
Add a link
Reference in a new issue