All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.components.switch.switch-context.d.cts Maven / Gradle / Ivy

import { ReactNode } from 'react';
import { UseSwitchContext } from './use-switch-context';
export interface SwitchContextProps {
    children: (context: UseSwitchContext) => ReactNode;
}
export declare const SwitchContext: (props: SwitchContextProps) => ReactNode;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy