We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda31b9 commit 0585c53Copy full SHA for 0585c53
1 file changed
lib/form-control/src/components/form-group.tsx
@@ -1,6 +1,6 @@
1
import type {ComponentChildren, JSX} from 'preact';
2
import {type ClassNameLike, CustomContent, CustomContentType, Icon, classes} from '@zui/core';
3
-import {FormControl, FormControlProps} from './form-control';
+import {FormControl, type FormControlProps} from './form-control';
4
5
export type FormGroupProps = {
6
name?: string;
0 commit comments