UNPKG

@gitlab/ui

Version:
6 lines (4 loc) 280 B
// See https://gitlab.com/gitlab-org/gitlab-ui/-/issues/1421#note_617098438 // for more details const forbiddenDataAttrs = ['data-remote', 'data-url', 'data-type', 'data-method', 'data-disable-with', 'data-disabled', 'data-disable', 'data-turbo']; export { forbiddenDataAttrs };