pull/6275/head^2
tugcekucukoglu 2024-10-01 12:35:25 +03:00
parent b88a144979
commit 8a53acfcef
1 changed files with 2 additions and 1 deletions

View File

@ -6,5 +6,6 @@ export const directives: MetaType[] = toMeta([
{ name: 'ripple', as: 'Ripple', from: 'primevue/ripple' },
{ name: 'styleclass', as: 'StyleClass', from: 'primevue/styleclass' },
{ name: 'focustrap', as: 'FocusTrap', from: 'primevue/focustrap' },
{ name: 'animateonscroll', as: 'AnimateOnScroll', from: 'primevue/animateonscroll' }
{ name: 'animateonscroll', as: 'AnimateOnScroll', from: 'primevue/animateonscroll' },
{ name: 'keyfilter', as: 'KeyFilter', from: 'primevue/keyfilter' }
]);