Closed
Description
- I have checked issues with enhancement label and found no duplicates
Problem
I've got something like this:
[picklist/index.ts]
/**
* @module picklist
*/
export * from './controller';
export * from './shims';
export * from './view-item';
export * from './view';
import * as Picklist from 'picklist/index';
export interface Foo {
Picklist: typeof Picklist;
}
The question is, how to document [Foo.Picklist]? Currently it is coming out like this in the docs:
There is no documentation generated for the Picklist type.
By comparison, types that are generated without using the "export from" syntax don't have this problem.
Suggested Solution
Don't really know to be honest. Seems like it could be related to #516.
Metadata
Metadata
Assignees
Labels
No labels