@fidely-ui/react
Version:
Fidely UI is a modern, beautifully crafted React design system powered by Ark UI and Panda CSS, delivering accessible and themeable components for building exceptional web apps
5 lines (4 loc) • 404 B
TypeScript
import { type HTMLStyledProps } from '@fidely-ui/styled-system/types';
export interface BoxProps extends HTMLStyledProps<'div'> {
}
export declare const Box: import("@fidely-ui/styled-system/types").StyledComponent<import("react").ForwardRefExoticComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@ark-ui/react").PolymorphicProps>, {}>;