@athosws/react-components
Version:
This is a set of useful ReactJS components developed by Athos.\n Email:ladiesman217.as@gmail.com
13 lines (12 loc) • 311 B
text/typescript
export interface ResizableDivProps {
//name: string;
localSaveName?: string;
style?: React.CSSProperties;
OuterContainerStyle?: React.CSSProperties;
children?: React.ReactNode;
withToogle?: boolean;
disabled?: boolean;
className?: string;
outerClassName?: string;
highlightColor?: string;
}