react-native-material-kit
Version:
Bringing Material Design to React Native
9 lines • 362 B
JavaScript
/** 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