UNPKG

baseui

Version:

A React Component library implementing the Base design language

4 lines (3 loc) 174 B
import type { StatefulContainerProps } from './types'; declare const StatefulSwitchContainer: (props: StatefulContainerProps) => any; export default StatefulSwitchContainer;