create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
22 lines • 557 B
Flow
/**
* Copyright (c) Nicolas Gallagher.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow strict-local
*/
import warning from 'fbjs/lib/warning';
const invalidShortforms = {
background: true,
borderBottom: true,
borderLeft: true,
borderRight: true,
borderTop: true,
font: true,
grid: true,
outline: true,
textDecoration: true
};
declare function error(message: any): any;
declare export default function validate(key: string, styles: Object): any;