@brightlayer-ui/react-native-progress-icons
Version:
React Native progress icons for Brightlayer UI applications
10 lines (9 loc) • 351 B
TypeScript
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>;