UNPKG

@rkosafo/cai.components

Version:

This package is under development and not ready for public use.

5 lines (4 loc) 208 B
import type { FormClEditorProps } from '../../types/index.js'; declare const ClEdito: import("svelte").Component<FormClEditorProps, {}, "">; type ClEdito = ReturnType<typeof ClEdito>; export default ClEdito;