UNPKG

react-native-material-kit

Version:
9 lines 362 B
/** Default props of {@link IndeterminateProgress}, which comply with {@link SimpleProgressProps} */ export const defaultSimpleProps = { style: { height: 4, }, }; /** Default props of {@link Progress} */ export const defaultProps = Object.assign(Object.assign({}, defaultSimpleProps), { progress: 0 }); //# sourceMappingURL=progress_common.js.map