mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-05-06 19:39:36 +00:00
c22fcb4946
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
12 lines
380 B
TypeScript
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'
|