yeonpm-react
Version:
A library that collects frequently used components and custom hooks in react projects
11 lines (7 loc) • 396 B
TypeScript
import React, { HtmlHTMLAttributes, HTMLDivElement as HTMLDivElement$1 } from 'react';
import { DefaultConfigType } from 'react-style-props';
interface WrapperProps
extends HtmlHTMLAttributes<HTMLDivElement$1>,
DefaultConfigType {}
declare const _default: React.NamedExoticComponent<WrapperProps & React.RefAttributes<HTMLDivElement>>;
export { _default as Wrapper, type WrapperProps };