Files
xrpl-dev-portal/shared/patterns/PanelStack/index.ts

8 lines
163 B
TypeScript

export {
PanelStack,
type PanelStackProps,
type PanelStackBackground,
type PanelStackPanel,
} from "./PanelStack";
export { default } from "./PanelStack";