Files
community-rule/app/components/modals/ModalFooter/index.tsx
T

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";