UNPKG

box-ui-elements-mlh

Version:
9 lines (8 loc) 305 B
import React from 'react'; import './PreviewLoadingRing.scss'; export declare type Props = React.PropsWithChildren<{ className?: string; color?: string; theme?: 'light' | 'dark'; }>; export default function PreviewLoadingRing({ children, className, color, theme }: Props): React.ReactElement;