feat(forms): add useMaskedField and useMaskedInput composables for input masking

This commit is contained in:
2026-06-09 13:54:52 +07:00
parent 6de7c72fb3
commit 07937e26db
426 changed files with 12981 additions and 311 deletions
@@ -1,6 +1,10 @@
<script lang="ts">
import type { MenuSubTriggerProps } from '../menu';
/**
* The item that opens a nested submenu on hover or arrow-key, anchoring its
* `ContextMenuSubContent`. Place it as the first child of a `ContextMenuSub`.
*/
export interface ContextMenuSubTriggerProps extends MenuSubTriggerProps {}
</script>