UNPKG

react-loading-indicators

Version:

Kit of elegant loading indicators for react applications

10 lines (6 loc) 254 B
import { C as CommonProps } from './common.types.d-a5NbnUWh.js'; import React from 'react'; interface MosaicProps extends CommonProps { } declare const Mosaic: (props: MosaicProps) => React.JSX.Element; export { type MosaicProps, Mosaic as default };