UNPKG

@theguild/components

Version:
8 lines (5 loc) 243 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { ComponentProps } from 'react'; type StudProps = ComponentProps<'div'>; declare function Stud(props: StudProps): react_jsx_runtime.JSX.Element; export { Stud, type StudProps };