UNPKG

@nile-ui/nile-ui

Version:

Modern and beautiful looking component designs

4 lines (3 loc) 211 B
import React from 'react'; import { SectionProps } from './types'; export default function Section({ className, children, title, titleProps, titleRef, wrapTitleWithContainer }: SectionProps): React.JSX.Element;