When importing the ModalProps type from solid-bootstrap, TypeScript's IntelliSense only suggests and checks a subset of the properties. Properties inherited from ModalProps in solid-bootstrap-core are not included in the type checking. To have complete type checking and IntelliSense, one must either import the types from the core package or redefine the props.


When importing the
ModalPropstype fromsolid-bootstrap, TypeScript's IntelliSense only suggests and checks a subset of the properties. Properties inherited fromModalPropsinsolid-bootstrap-coreare not included in the type checking. To have complete type checking and IntelliSense, one must either import the types from the core package or redefine the props.