UNPKG

@gpa-gemstone/react-interactive

Version:
14 lines (13 loc) 365 B
import * as React from 'react'; interface IProps { /** * Optional style to be used on the container div */ style?: any; /** * Optional style for the draggable divider bars between sections */ sliderStyle?: any; } declare const VerticalSplit: (props: React.PropsWithChildren<IProps>) => JSX.Element; export default VerticalSplit;