UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

11 lines (9 loc) 188 B
goog.provide('fontface.Descriptors'); /** * @typedef {{ * style: (string|undefined), * weight: (string|undefined), * stretch: (string|undefined) * }} */ fontface.Descriptors;