@chamn/engine
Version:
7 lines (6 loc) • 325 B
TypeScript
import { SnippetsCollection, SnippetsType } from '@chamn/model';
export declare const getTargetMNodeKeyVal: (dom: HTMLElement | null, key: string) => null | string;
export declare const searchComponentSnippets: (componentList: SnippetsCollection, searchKeyWords: string) => {
name: string;
list: SnippetsType[];
}[];