Skip to content

Add export for helpers #47

Description

@Mangatt

It would be nice to have exports for helpers mentioned in docs. Right now it's something like that:

import nextCloudHelper from 'nextcloud-link/compiled/helper'
const { createOwnCloudFileDetailProperty } = nextCloudHelper

It would be better to have:

import { createOwnCloudFileDetailProperty } from 'nextcloud-link'

or

import { createOwnCloudFileDetailProperty } from 'nextcloud-link/helpers'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions