libmodulor
Version:
A TypeScript library to create platform-agnostic applications
5 lines (4 loc) • 447 B
TypeScript
import type { ReactElement } from 'react';
import type { UCInput, UCOPIBase } from '../../uc/index.js';
import type { UCEntrypointTouchableProps } from '../lib/react/touchable.js';
export declare function UCEntrypointTouchable<I extends UCInput | undefined = undefined, OPI0 extends UCOPIBase | undefined = undefined, OPI1 extends UCOPIBase | undefined = undefined>({ onPress, wording, }: UCEntrypointTouchableProps<I, OPI0, OPI1>): ReactElement;