Second Update from Tue 24 Mar

This commit is contained in:
Christopher Chedeau
2015-03-24 19:34:12 -07:00
parent 8068c65f12
commit ead3a740ca
121 changed files with 6808 additions and 667 deletions

View File

@@ -0,0 +1,35 @@
/**
* Copyright 2004-present Facebook. All Rights Reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @flow
*/
'use strict';
declare module 'image!story-background' {
declare var uri: string;
declare var isStatic: boolean;
}
declare module 'image!uie_comment_highlighted' {
declare var uri: string;
declare var isStatic: boolean;
}
declare module 'image!uie_comment_normal' {
declare var uri: string;
declare var isStatic: boolean;
}
declare module 'image!uie_thumb_normal' {
declare var uri: string;
declare var isStatic: boolean;
}
declare module 'image!uie_thumb_selected' {
declare var uri: string;
declare var isStatic: boolean;
}