4 lines
181 B
TypeScript
4 lines
181 B
TypeScript
export { default } from "./ModalFooter.container";
|
|
export type { ModalFooterProps } from "./ModalFooter.types";
|
|
export { MODAL_FOOTER_START_SLOT_CLASS } from "./ModalFooter.types";
|