UNPKG

@combine-labs/combine-polaris

Version:

Combine Lab's product component library. Forked from Shopify's Polaris.

6 lines (5 loc) 156 B
import * as React from 'react'; export interface Props { children?: React.ReactNode; } export default function Group({ children }: Props): JSX.Element;