UNPKG

@prosekit/svelte

Version:

Svelte components and utilities for ProseKit

7 lines 139 B
/** * @internal */ export type PropsWithClass<P = unknown> = P & { class?: string | undefined; }; //# sourceMappingURL=types.d.ts.map