UNPKG

@gpa-gemstone/react-interactive

Version:
9 lines (8 loc) 230 B
import * as React from 'react'; interface IProps { MinWidth: number; MaxWidth: number; Width: number; } declare const SplitSection: (props: React.PropsWithChildren<IProps>) => JSX.Element; export default SplitSection;