Migrate remaining MP Tasks Libraries to ts_declarations

PiperOrigin-RevId: 488752799
This commit is contained in:
Sebastian Schmidt
2022-11-15 14:08:15 -08:00
committed by Copybara-Service
parent 1689112b23
commit 496720308c
18 changed files with 79 additions and 41 deletions
+1 -3
View File
@@ -14,7 +14,5 @@
* limitations under the License.
*/
// Text Classifier
export * from '../../../tasks/web/text/text_classifier/text_classifier_options';
export * from '../../../tasks/web/text/text_classifier/text_classifier_result';
export * from '../../../tasks/web/text/text_classifier/text_classifier';
export * from '../../../tasks/web/text/text_embedder/text_embedder';