mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
11 lines
198 B
TypeScript
11 lines
198 B
TypeScript
/// <reference types="svelte" />
|
|
|
|
export default class ToolbarContent {
|
|
$$prop_def: {};
|
|
|
|
$$slot_def: {
|
|
default: {};
|
|
};
|
|
|
|
$on(eventname: string, cb: (event: Event) => void): () => void;
|
|
}
|