mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-16 02:44:51 +00:00
build
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
|
||||
import { useState } from "react";
|
||||
export const useLazyRef = init => {
|
||||
const [ret] = useState(init);
|
||||
return ret;
|
||||
};
|
||||
//# sourceMappingURL=lazy-ref.js.map
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"names":["useState","useLazyRef","init","ret"],"sourceRoot":"../../../src","sources":["utils/lazy-ref.ts"],"mappings":";;AAAA,SAASA,QAAQ,QAAQ,OAAO;AAEhC,OAAO,MAAMC,UAAU,GAAOC,IAAa,IAAQ;EAClD,MAAM,CAACC,GAAG,CAAC,GAAGH,QAAQ,CAAIE,IAAI,CAAC;EAC/B,OAAOC,GAAG;AACX,CAAC","ignoreList":[]}
|
||||
Reference in New Issue
Block a user