@crossed/primitive
Version:
A universal & performant styling library for React Native, Next.js & React
16 lines • 544 B
TypeScript
/**
* Copyright (c) Paymium.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root of this projects source tree.
*/
import type { Orientation } from '../utils/RovingFocus';
type ButtonGroupContext = {
orientation: Orientation;
grouped?: boolean;
};
export declare const ProviderGroup: (props: ButtonGroupContext & {
children: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element, useContextGroup: () => ButtonGroupContext;
export {};
//# sourceMappingURL=contextGroup.d.ts.map