mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-09-27 07:36:49 +00:00
8 lines
163 B
TypeScript
8 lines
163 B
TypeScript
export {
|
|
PanelStack,
|
|
type PanelStackProps,
|
|
type PanelStackBackground,
|
|
type PanelStackPanel,
|
|
} from "./PanelStack";
|
|
export { default } from "./PanelStack";
|