UNPKG

siegel

Version:

Web application development ecosystem

9 lines (8 loc) 298 B
import type { Component, Props } from './types'; declare const componentID = "-ui-toggle"; declare const Toggle: import("../_internals/types").CoreUIComponent<Props, NonNullableProps<{ theme: Props["theme"]; }>>; export default Toggle; export { componentID }; export type { Component, Props };