source: trip-planner-front/node_modules/@fortawesome/angular-fontawesome/shared/errors/warn-if-parent-not-exist.d.ts

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 158 bytes
Line 
1/**
2 * Warns if parent component not existing.
3 */
4export declare const faWarnIfParentNotExist: (parent: any, parentName: string, childName: string) => void;
Note: See TracBrowser for help on using the repository browser.