UNPKG

@hackplan/polaris

Version:

Shopify’s product component library

7 lines (6 loc) 197 B
import React from 'react'; export interface Props { action?: React.ReactNode; children?: React.ReactNode; } export default function SettingAction({ action, children }: Props): JSX.Element;