Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// NOTE: This controller is deprecated and is only kept for backwards compatibility. It will be removed in a future version.
import * as Stacks from "../../stacks";

// Radio buttons only trigger a change event when they're *checked*, but not when
Expand Down
2 changes: 2 additions & 0 deletions packages/stacks-classic/lib/controllers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ export {
hideBanner,
showBanner,
} from "./components/banner/banner";
// NOTE: The ExpandableController is deprecated and is only kept for backwards compatibility. It will be removed in a future version.
export { ExpandableController } from "./components/expandable/expandable";
export {
ModalController,
hideModal,
Expand Down