UNPKG

@cainiaofe/cn-ui-m

Version:
5 lines (4 loc) 206 B
import React from 'react'; import type { ICnEmbedPicker } from '../types'; declare const CnEmbedPicker: React.ForwardRefExoticComponent<ICnEmbedPicker & React.RefAttributes<any>>; export { CnEmbedPicker };