Files
low-code-react-app-b/packages/spark/src/index.ts
T
2026-01-17 00:53:27 +00:00

12 lines
380 B
TypeScript

/**
* @github/spark - Main Entry Point
*
* This is the main entry point for the Spark package.
* It re-exports all core functionality.
*/
export { sparkRuntime } from './spark-runtime'
export { useKV } from './hooks/index'
export { default as sparkPlugin } from './spark-vite-plugin.mjs'
export { default as createIconImportProxy } from './vitePhosphorIconProxyPlugin.mjs'