This commit creates a new index.ts file in the react/lib package. It exports from 'vcn' and 'Slot' modules, optimizing the package for component and slot usage.
3 lines
47 B
TypeScript
3 lines
47 B
TypeScript
export * from "./vcn";
|
|
export * from "./Slot";
|