build: bump new versions
Publish to NPM / Check version changes and publish (push) Failing after 10m34s
Publish to NPM / Check version changes and publish (push) Failing after 10m34s
This commit is contained in:
@@ -40,7 +40,7 @@ export type { MaskInputBindings, UseMaskedInputOptions, UseMaskedInputReturn } f
|
||||
* onAccept: ({ unmasked }) => save(unmasked),
|
||||
* });
|
||||
*
|
||||
* @since 0.0.17
|
||||
* @since 0.0.14
|
||||
*/
|
||||
export function useMaskedInput(options: UseMaskedInputOptions): UseMaskedInputReturn {
|
||||
const masked = shallowRef('');
|
||||
|
||||
Reference in New Issue
Block a user