UNPKG

@hackplan/polaris

Version:

Shopify’s product component library

7 lines (6 loc) 180 B
import React from 'react'; export interface Props { } declare function Loading(): null; declare const _default: React.MemoExoticComponent<typeof Loading>; export default _default;