UNPKG

@gechiui/components

Version:
9 lines 459 B
/// <reference types="react" /> /** * Internal dependencies */ import type { ToggleGroupControlBackdropProps } from './types'; declare function ToggleGroupControlBackdrop({ containerRef, containerWidth, isAdaptiveWidth, state, }: ToggleGroupControlBackdropProps): JSX.Element; declare const _default: import("react").MemoExoticComponent<typeof ToggleGroupControlBackdrop>; export default _default; //# sourceMappingURL=toggle-group-control-backdrop.d.ts.map