UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

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