UNPKG

egreact

Version:

A react render for egret 一个为 egret 而生的 react 渲染器

10 lines (9 loc) 230 B
import textField from "../egret/TextField"; import { NormalProp, euiBaseLayoutProp } from "../common"; const label = { ...textField, ...euiBaseLayoutProp, __Class: eui.Label, style: NormalProp.str }; export default label;