UNPKG

@cn-ui/core

Version:

The @cn-ui/core is a collection of UI components and utilities for building modern web applications with SolidJS.

7 lines (6 loc) 288 B
import type { JSXElement } from "solid-js"; import "./style/edit.css"; export interface EditContentProps { children: JSXElement; } export declare const CopyText: import("solid-js").Component<import("@cn-ui/reactive").OriginComponentOutputType<EditContentProps, HTMLElement, string>>;