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 237c275 commit 5b60aa1Copy full SHA for 5b60aa1
packages/connect-react/src/index.ts
@@ -18,7 +18,7 @@ export { InternalComponentForm } from "./components/InternalComponentForm";
18
export { InternalField } from "./components/InternalField";
19
export {
20
Label,
21
- LabelProps,
+ type LabelProps,
22
} from "./components/Label";
23
export { OptionalFieldButton } from "./components/OptionalFieldButton";
24
export { RemoteOptionsContainer } from "./components/RemoteOptionsContainer";
0 commit comments