Skip to content

[BUG] Module '"simple-datatables"' declares 'DataTableOptions' locally, but it is not exported. #442

@shinokada

Description

@shinokada
  • I have looked through the documentation to try to see if this behavior is documented.
  • I have looked at the demos to see if one of them handles this, but none of them did.
  • I have created a jsfiddle here: [INSERT LINK] that demonstrates the issue.

Describe the bug

When I import type DataTableOptions, I get a type error: Module '"simple-datatables"' declares 'DataTableOptions' locally, but it is not exported.

import type { DataTableOptions } from 'simple-datatables';

Expected behavior
I should be able to import DataTableOptions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions