@builder.io/sdk-vue
Version:
Builder.io SDK for Vue
11 lines (10 loc) • 346 B
text/typescript
export * from './index-helpers/top-of-file';
/**
* In the React SDK, this file is marked with `use client`.
*/
export * from './index-helpers/blocks-exports';
/**
* In the React SDK, this file is not marked with `use client`, to allow
* NextJS App Directory to use the SDK helper functions without issues.
*/
export * from './server-index';