pswui/packages/react/lib/index.ts
p-sw 139d02eb9b feat(react-lib): add index.ts file
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.
2024-06-14 23:29:06 +09:00

3 lines
47 B
TypeScript

export * from "./vcn";
export * from "./Slot";