UNPKG

react-native-week-schedule-1

Version:
7 lines 321 B
import type { ViewProps } from 'react-native'; interface NativeProps extends ViewProps { color?: string; } declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>; export default _default; //# sourceMappingURL=WeekScheduleViewNativeComponent.d.ts.map