Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface TgInputProps

    interface TgInputProps {
        error?: string;
        onChange: (value: string) => void;
        placeholder?: string;
        value: string;
    }
    Index

    Properties

    error?: string
    onChange: (value: string) => void
    placeholder?: string
    value: string