UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

5 lines (4 loc) 142 B
/// <reference types="react" /> export interface LoadingProps { } export declare const Loading: import("react").NamedExoticComponent<object>;