UNPKG

@mini-markdown-rc/editor

Version:
5 lines (4 loc) 261 B
import { GlobalConfig, GlobalContextConfig } from '../types/global-config'; type GlobalContextKeys = keyof GlobalContextConfig | "isSyncScroll"; export declare const filterContextProps: (props: GlobalConfig) => Omit<GlobalConfig, GlobalContextKeys>; export {};