alouette
Version:
A modern, customizable design system built on top of NativeWind v5 with configurable defaults
8 lines • 340 B
TypeScript
import type { ReactNode } from "react";
import type { Accent } from "../../core/AlouetteConfig";
export interface GradientBackgroundProps {
children?: ReactNode;
accent?: Accent;
}
export declare function GradientBackground({ accent, children, }: GradientBackgroundProps): ReactNode;
//# sourceMappingURL=GradientBackground.d.ts.map