UNPKG

@ozen-ui/kit

Version:

React component library

5 lines (4 loc) 286 B
import './Stack.css'; import type { StackBaseProps } from './types'; export declare const cnStack: import("@bem-react/classname").ClassNameFormatter; export declare const Stack: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<StackBaseProps, "div", "as">;