File size: 197 Bytes
1e92f2d |
1 2 3 4 |
export const METADATA_BOUNDARY_NAME = '__next_metadata_boundary__'
export const VIEWPORT_BOUNDARY_NAME = '__next_viewport_boundary__'
export const OUTLET_BOUNDARY_NAME = '__next_outlet_boundary__'
|