UNPKG

@negiz/compound

Version:

A utility for creating compound components with full TypeScript type safety

3 lines (2 loc) 127 B
export { createCompound } from './create'; export type { ComponentProps, CompoundComponent, CompoundOptions, } from './types';