UNPKG

variations

Version:

A React component library that enables rapid prototyping and exploration of UI variations.

7 lines (6 loc) 253 B
import { default as React } from 'react'; import { VariationsProps } from './types'; export declare function Variations({ isRoot, label, children, ...internalProps }: VariationsProps & { parentId?: string; group?: string; }): React.JSX.Element;