UNPKG

@dcl/react-ecs

Version:
23 lines (22 loc) 703 B
import { ReactEcs } from '../react-ecs'; import { UiLabelProps } from './Label/types'; import { EntityPropTypes } from './types'; export * from './types'; export * from './uiTransform/types'; export * from './listeners/types'; export * from './Input/types'; export * from './uiBackground/types'; export * from './Dropdown/types'; export * from './Label/types'; export * from './Button/types'; export { Dropdown } from './Dropdown'; export { Input } from './Input'; export { Label, scaleFontSize } from './Label'; export { Button } from './Button'; /** * @public * @category Component */ export declare function UiEntity(props: EntityPropTypes & { uiText?: UiLabelProps; }): ReactEcs.JSX.Element;