Expose Signal.Types.Attachment
to style guide
This commit is contained in:
parent
a0ddab669b
commit
86346ee239
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ export { BackboneWrapper } from '../components/utility/BackboneWrapper';
|
|||
import { Quote } from '../components/conversation/Quote';
|
||||
import * as HTML from '../html';
|
||||
|
||||
import * as Attachment from '../../ts/types/Attachment';
|
||||
import * as MIME from '../../ts/types/MIME';
|
||||
|
||||
// TypeScript wants two things when you import:
|
||||
|
@ -125,6 +126,7 @@ parent.ReactDOM = ReactDOM;
|
|||
|
||||
parent.Signal.HTML = HTML;
|
||||
parent.Signal.Types.MIME = MIME;
|
||||
parent.Signal.Types.Attachment = Attachment;
|
||||
parent.Signal.Components = {
|
||||
Quote,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue