UNPKG

lole-ui

Version:

React UI Component which like a love letter

5 lines (4 loc) 230 B
import React from 'react'; import { ILoadingProp } from '../type'; declare const LineScale: React.MemoExoticComponent<({ text, style, color, textColor, size, visible }: ILoadingProp) => JSX.Element>; export default LineScale;