native-base
Version:
Essential cross-platform UI components for React Native
7 lines (6 loc) • 423 B
TypeScript
import React from 'react';
export declare const NBStepper: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("../../primitives/Stack/Stack").InterfaceStackProps & Partial<{}> & {
children: JSX.Element | JSX.Element[];
} & React.RefAttributes<unknown>>>;
export default _default;