File size: 104 Bytes
bc20498 |
1 2 3 4 |
export const pinInputEvents = {
input: ['keydown', 'input', 'paste', 'change', 'focus', 'blur'],
};
|
bc20498 |
1 2 3 4 |
export const pinInputEvents = {
input: ['keydown', 'input', 'paste', 'change', 'focus', 'blur'],
};
|