UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

5 lines 338 B
import React from 'react'; import type { ComplexAction } from '../../types'; import type { UnstyledButtonProps } from './UnstyledButton'; export declare function unstyledButtonFrom({ content, onAction, ...action }: ComplexAction, overrides?: Partial<UnstyledButtonProps>, key?: any): React.JSX.Element; //# sourceMappingURL=utils.d.ts.map