UNPKG

@theguild/components

Version:
8 lines (5 loc) 142 B
import { FC, ReactNode } from 'react'; declare const ThemeSwitcherButton: FC<{ children: ReactNode; }>; export { ThemeSwitcherButton };