UNPKG

@skele/classic

Version:

Skele is an architectural framework that assists with building data-driven apps with React or React Native.

11 lines (7 loc) 247 B
'use strict' import { propNames } from '@skele/core' export { actionMetaProperty as actionMeta } from './action' export { fallback as readFallback } from './read' const { children, metadata } = propNames export { children } export { metadata }