We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db8c88 commit ac5e973Copy full SHA for ac5e973
packages/kit-headless/src/components/select/select-inline.tsx
@@ -11,8 +11,8 @@ type InlineCompProps = {
11
};
12
13
/*
14
- This is an inline component. An example use case of an inline component to get the proper indexes with CSR. See issue #4757
15
- for more information.
+ This is an inline component. An example use case of an inline component to get the proper indexes with CSR. See issue #4757
+ for more information.
16
*/
17
export const HSelectRoot: Component<SelectProps & InlineCompProps> = (
18
props: SelectProps & InlineCompProps,
0 commit comments