mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-18 00:25:07 +00:00
6 lines
210 B
TypeScript
6 lines
210 B
TypeScript
'use client';
|
|
|
|
// Client-safe entrypoint: avoid pulling server rendering exports into Client Components.
|
|
export { ContentKit } from './ContentKit';
|
|
export type { ContentKitClientContextData } from './context';
|