UNPKG

prp-ui-components

Version:

Package for use components of Pratica Plataforms

8 lines (7 loc) 184 B
import * as React from 'react'; import './styles.scss'; interface Props { text?: string; } export declare const LoadingProgress: ({ text }: Props) => React.JSX.Element; export {};