@builder.io/sdk-vue
Version:
Builder.io SDK for Vue
8 lines (7 loc) • 320 B
TypeScript
/**
* These are in a separate file because React Native does not support them (yet).
* Having them in a separate file allows us to override it to be empty in the
* React Native SDK.
*/
import type { RegisteredComponent } from '../context/types';
export declare const getExtraComponents: () => RegisteredComponent[];