@ebay/ui-core-react
Version:
Skin components build off React
10 lines • 696 B
TypeScript
export { default as EbayDialogHeader } from "./components/dialog-header";
export { default as EbayDialogFooter } from "./components/dialog-footer";
export { default as EbayDialogCloseButton } from "./components/dialog-close-button";
export type { WindowType, DialogBaseProps } from "./components/dialogBase";
export { default as DialogBaseWithState } from "./dialog-base-with-state";
export { default as EbayDialogActions } from "./components/dialog-actions";
export { default as EbayDialogPreviousButton } from "./components/dialog-previous-button";
export { type TransitionElement, useDialogAnimation } from "./components/animation";
export * from "./types";
//# sourceMappingURL=index.d.ts.map