UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

7 lines 272 B
import React from 'react'; export interface SettingActionProps { action?: React.ReactNode; children?: React.ReactNode; } export declare function SettingAction({ action, children }: SettingActionProps): React.JSX.Element; //# sourceMappingURL=SettingAction.d.ts.map