react-native
Version:
A framework for building native apps using React
40 lines (38 loc) • 1.07 kB
TypeScript
/**
* 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.
*
* @generated SignedSource<<efe3c04271088745c765c3f9c2b60582>>
*
* This file was translated from Flow by scripts/build-types/index.js.
* Original file: packages/react-native/Libraries/UTFSequence.js
*/
declare const UTFSequence: {
BOM: string;
BULLET: string;
BULLET_SP: string;
MDASH: string;
MDASH_SP: string;
MIDDOT: string;
MIDDOT_KATAKANA: string;
MIDDOT_SP: string;
NBSP: string;
NDASH: string;
NDASH_SP: string;
NEWLINE: string;
PIZZA: string;
TRIANGLE_LEFT: string;
TRIANGLE_RIGHT: string;
};
/**
* A collection of Unicode sequences for various characters and emoji.
*
* - More explicit than using the sequences directly in code.
* - Source code should be limited to ASCII.
* - Less chance of typos.
*/
declare const $$UTFSequence: typeof UTFSequence;
declare type $$UTFSequence = typeof $$UTFSequence;
export default $$UTFSequence;