UNPKG

febo-ui

Version:

Acelere seu Desenvolvimento com Nossa Biblioteca de Componentes para React, Febo UI

7 lines 206 B
/// <reference types="react" /> interface LoadingProps { show: boolean; } declare function Loading({ show }: LoadingProps): JSX.Element; export default Loading; //# sourceMappingURL=index.d.ts.map