UNPKG

@duongtrungnguyen/next-helper

Version:
9 lines 351 B
import React, { HTMLAttributes } from "react"; type InteractionContainerProps = HTMLAttributes<HTMLDivElement> & { disabled?: boolean; loading?: boolean; overlayClassname?: string; }; declare const _default: React.NamedExoticComponent<InteractionContainerProps>; export default _default; //# sourceMappingURL=interaction-container.d.ts.map