mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-04 22:06:28 +00:00
use eslint auto fix
This commit is contained in:
@@ -2,7 +2,7 @@ import * as React from "react";
|
||||
|
||||
import SettingsItem from "./SettingsItem";
|
||||
|
||||
interface IProps {
|
||||
type IProps = {
|
||||
name: string;
|
||||
description: string;
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ import * as React from "react";
|
||||
|
||||
import SettingsItem from "./SettingsItem";
|
||||
|
||||
interface IProps {
|
||||
type IProps = {
|
||||
name: string;
|
||||
description: string;
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import * as React from "react";
|
||||
import Context from "../../core/autocomplete/context-detection";
|
||||
import { FewShotExample } from "../versions";
|
||||
|
||||
interface IProps {
|
||||
type IProps = {
|
||||
name: string;
|
||||
description: string;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import * as React from "react";
|
||||
|
||||
interface IProps {
|
||||
type IProps = {
|
||||
name: string;
|
||||
description: string | React.ReactNode;
|
||||
errorMessage?: string;
|
||||
|
||||
@@ -3,7 +3,7 @@ import { useRef } from "react";
|
||||
|
||||
import SettingsItem from "./SettingsItem";
|
||||
|
||||
interface IProps {
|
||||
type IProps = {
|
||||
name: string;
|
||||
description: string;
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ import * as React from "react";
|
||||
|
||||
import SettingsItem from "./SettingsItem";
|
||||
|
||||
interface IProps {
|
||||
type IProps = {
|
||||
name: string;
|
||||
description: string;
|
||||
placeholder: string;
|
||||
|
||||
@@ -3,7 +3,7 @@ import * as React from "react";
|
||||
import { Trigger } from "../versions";
|
||||
|
||||
|
||||
interface IProps {
|
||||
type IProps = {
|
||||
name: string;
|
||||
description: string;
|
||||
triggers: Trigger[];
|
||||
|
||||
Reference in New Issue
Block a user