UNPKG

react-native-theme-flow

Version:
10 lines (9 loc) 219 B
"use strict"; import { getRandomId } from "./utils/get-random-id.js"; export const createThemeFactory = () => { return theme => ({ ...theme, id: getRandomId() }); }; //# sourceMappingURL=create-theme.js.map