UNPKG

158 BTypeScriptView Raw
1/**
2 * Warns if parent component not existing.
3 */
4export declare const faWarnIfParentNotExist: (parent: any, parentName: string, childName: string) => void;