@hirebus/academy
Version:
React component library for academy and learning platforms
5 lines (4 loc) • 301 B
TypeScript
import * as SeparatorPrimitive from '@radix-ui/react-separator';
import * as React from 'react';
declare const Separator: React.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
export { Separator };