UNPKG

nexpi-ui

Version:

An elegant and minimalist Next.js 14 component library

7 lines (6 loc) 200 B
import React from 'react'; interface SeparatorProps { style?: React.CSSProperties; } declare const Separator: ({ style, ...props }: SeparatorProps) => React.JSX.Element; export default Separator;