UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

4 lines 300 B
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