UNPKG

nes-ui-react

Version:

A design system that paints the web in 8 bits.

6 lines (5 loc) 274 B
import { IdProps } from "./interface/IdProps"; import { StyleProps } from "./interface/StyleProps"; export interface SpacerProps extends StyleProps, IdProps { } export declare const Spacer: ({ id, style, className }: SpacerProps) => import("react/jsx-runtime").JSX.Element;