UNPKG

react-native-shiki-engine

Version:

Shiki syntax highlighting for React Native. Zero bridge overhead with native Oniguruma regex engine.

6 lines 245 B
import type { RegexEngine } from '@shikijs/types'; export declare function createNativeEngine(options?: { maxCacheSize?: number; }): RegexEngine; export declare function isNativeEngineAvailable(): boolean; //# sourceMappingURL=index.d.ts.map