UNPKG

@brightlayer-ui/react-native-progress-icons

Version:
10 lines (9 loc) 351 B
import React from 'react'; import { ProgressIconProps } from './types'; /** * [Progress Icon ](https://github.com/etn-ccis/blui-progress-icons/tree/master/react-native) * * @param props ProgressIconProps * @returns A wrapper around a progress icon for handling label positioning */ export declare const ProgressIcon: React.FC<ProgressIconProps>;