export const DoNothingDirectiveSchema = {
    selector: '[donothing]',
    exportAs: 'donothing',
    standalone: true,
    hostDirectives: [BorderDirective]
};
