@3yourmind/kotti-ui 中文文档教程
@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'] = []