Add support for displaying exported functions

This commit is contained in:
Fabio Berger
2018-03-18 18:44:52 +01:00
parent 4941ffd354
commit 794b155827
10 changed files with 139 additions and 51 deletions

View File

@@ -7,8 +7,8 @@ export { Documentation } from './components/documentation';
export { Enum } from './components/enum';
export { EventDefinition } from './components/event_definition';
export { Interface } from './components/interface';
export { MethodBlock } from './components/method_block';
export { MethodSignature } from './components/method_signature';
export { SignatureBlock } from './components/signature_block';
export { Signature } from './components/signature';
export { SourceLink } from './components/source_link';
export { TypeDefinition } from './components/type_definition';
export { Type } from './components/type';