@duongtrungnguyen/next-helper
Version:
Helper library for Next.js 15
9 lines • 351 B
TypeScript
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