UNPKG

@kwiz/fluentui

Version:

KWIZ common controls for FluentUI

6 lines (5 loc) 122 B
import React from 'react'; interface IProps { } export declare const Loading: React.FunctionComponent<IProps>; export {};