Files
yoga/javascript/src_js/index.d.ts

16 lines
352 B
TypeScript
Raw Normal View History

2022-12-23 02:43:45 -08:00
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
import type {Yoga} from './wrapAsm';
2022-12-23 07:30:15 -08:00
export * from './generated/YGEnums';
2022-12-23 02:43:45 -08:00
export * from './wrapAsm';
2022-12-23 03:08:21 -08:00
export function loadYoga(): Promise<Yoga>;