UNPKG

@builder.io/sdk-vue

Version:
11 lines (10 loc) 346 B
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';