@prosekit/svelte
Version:
Svelte components and utilities for ProseKit
11 lines • 592 B
TypeScript
import type { ResizableRootElement, ResizableRootProps as Props, ResizableRootEvents as Events } from '@prosekit/web/resizable';
import type { SvelteComponent } from 'svelte';
import type { HTMLAttributes } from 'svelte/elements';
import type { CreateProps } from '../create-props';
/**
* Props for the {@link ResizableRoot} component.
*/
export interface ResizableRootProps extends Partial<CreateProps<Props, Events>> {
}
export declare const ResizableRoot: typeof SvelteComponent<ResizableRootProps & HTMLAttributes<ResizableRootElement>>;
//# sourceMappingURL=resizable-root.gen.d.ts.map