-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
The interface is not exported in TableauEmbed/index.d.ts:
interface TableauEmbed extends OptionalTableauVizProps {
sourceUrl: string;
version?: string;
loadingSpinner?: React.ReactElement;
}And I don't seems to be able to use typeof with the default export.
I would like to be able to import this type (renamed as TableauEmbedProps) to use as:
export const MyCustomComponent = (props: TableauEmbedProps) =>
<TableauEmbed {...props}>{...}</TableauEmbed>How should I do that?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels