# ImportFromContent
Options for importing inline content.

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## ImportFromContent interface

Options for importing inline content.

**Signature:**

```typescript
interface ImportFromContent
```

## Properties

<table>
  <thead>
    <tr>
      <th>
        Property
      </th>

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

      <th>
        Description
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        [content](/en/creator-api/types/import-from-content/content)
      </td>

      <td />

      <td>
        string
      </td>

      <td>
        Import content from a string.
      </td>
    </tr>

    <tr>
      <td>
        [type](/en/creator-api/types/import-from-content/type)
      </td>

      <td />

      <td>
        "LOTTIE" | "SVG"
      </td>

      <td>
        The type of content being imported.
      </td>
    </tr>
  </tbody>
</table>
