UNPKG

react-native-lamantin

Version:

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

12 lines (9 loc) 212 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 }