UNPKG

@guestbell/react-page-plugins

Version:

Plugins we use in GuestBell for working with amazing react-page package

6 lines (5 loc) 147 B
import React from 'react'; export declare const DraftSwitch: ({ nodeId, lang, }: { nodeId: string; lang?: string; }) => React.JSX.Element;