UNPKG

alouette

Version:

A modern, customizable design system built on top of NativeWind v5 with configurable defaults

7 lines 335 B
import type { ReactNode } from "react"; export interface IndeterminateToggleDemoProps { boxClassName: string; children: (loading: boolean) => ReactNode; } export declare function IndeterminateToggleDemo({ boxClassName, children, }: IndeterminateToggleDemoProps): ReactNode; //# sourceMappingURL=IndeterminateToggleDemo.d.ts.map