UNPKG

react-native-lamantin

Version:

Set of components for https://lamantin.group development

10 lines (9 loc) 226 B
import React from 'react'; export interface Step { title: string; description?: string; /** * Image or something else that can be render to the top of title */ renderCustom?: () => React.ReactNode; }