import React from "react"; import FileInput from "@docspace/components/file-input"; import Row from "@docspace/components/row"; import Textarea from "@docspace/components/textarea"; import Text from "../text"; export const data = [ { id: "Overview", name: "Overview", content: ( {}} placeholder="Input file" /> ), }, { id: "Documents", name: "Documents", content:

Documents

, }, { id: "Milestones", name: "Milestones", content: ( {}, }, { key: "key2", label: "Delete", onClick: function noRefCheck() {}, }, ]} onRowClick={function noRefCheck() {}} onSelect={function noRefCheck() {}} >
Sample text
), }, { id: "Time tracking", name: "Time tracking", content:

Time tracking

, }, { id: "Contacts", name: "Contacts", content:

Contacts

, }, { id: "Team", name: "Team", content:

Team

, }, ]; export const startSelect = data[2]; export const testData = [ { id: "Tab1", name: "Tab1", content:

1

, }, { id: "Tab2", name: "Tab2", content:

2

, }, ]; export const testStartSelect = testData[1];