diff options
Diffstat (limited to 'src/components/Dialog/utils.ts')
-rw-r--r-- | src/components/Dialog/utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Dialog/utils.ts b/src/components/Dialog/utils.ts index 058d6e804..812e8cca1 100644 --- a/src/components/Dialog/utils.ts +++ b/src/components/Dialog/utils.ts @@ -1,6 +1,6 @@ import React from 'react' -import {DialogControlProps} from '#/components/Dialog/types' +import {type DialogControlProps} from '#/components/Dialog/types' export function useAutoOpen(control: DialogControlProps, showTimeout?: number) { React.useEffect(() => { |