ComponentTextInput: {
    color: InputMaybe<ComponentTextColor>;
    size: InputMaybe<ComponentTextSize>;
    text: Scalars["String"];
    textColor: InputMaybe<ComponentTextColor>;
    textSize: InputMaybe<ComponentTextSize>;
}

Type declaration

Generated using TypeDoc