UNPKG

@sms-frontend/components

Version:

SMS Design React UI Library.

12 lines (11 loc) 420 B
import React from 'react'; import Split from './split'; import { ResizeBoxProps } from './interface'; export declare type DirectionType = 'left' | 'right' | 'top' | 'bottom'; declare const ResizeBoxComponent: React.ForwardRefExoticComponent<ResizeBoxProps & { children?: React.ReactNode; } & React.RefAttributes<unknown>> & { Split: typeof Split; }; export default ResizeBoxComponent; export { ResizeBoxProps };