@3yourmind/kotti-ui 中文文档教程

发布于 3年前 浏览 22 项目主页 更新于 3年前

@3yourmind/kotti

TODO:描述

Usage

import { KtFieldText } from '@3yourmind/kotti'

// TODO: Improve Usage Documentation

Types

Kotti 组件在内部注释如下:

export namespace KottiComponent {
    export type Events = {}

    export type Props = {}

    export type Translations = {}
}

在外部,它们可以通过 Kotti.Component.Props 使用:

import { Kotti } from '@3yourmind/kotti-ui'

const options: Kotti.FieldSingleSelect.Props['options'] = []

@3yourmind/kotti

TODO: description

Usage

import { KtFieldText } from '@3yourmind/kotti'

// TODO: Improve Usage Documentation

Types

Kotti components are internally annotated like this:

export namespace KottiComponent {
    export type Events = {}

    export type Props = {}

    export type Translations = {}
}

externally, they can be used via Kotti.Component.Props:

import { Kotti } from '@3yourmind/kotti-ui'

const options: Kotti.FieldSingleSelect.Props['options'] = []
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文