Skip to content

Commit 0585c53

Browse files
committed
* form-control: update import statement for FormControlProps to improve type clarity in FormGroup component
1 parent cda31b9 commit 0585c53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/form-control/src/components/form-group.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type {ComponentChildren, JSX} from 'preact';
22
import {type ClassNameLike, CustomContent, CustomContentType, Icon, classes} from '@zui/core';
3-
import {FormControl, FormControlProps} from './form-control';
3+
import {FormControl, type FormControlProps} from './form-control';
44

55
export type FormGroupProps = {
66
name?: string;

0 commit comments

Comments
 (0)