@sendbird/uikit-react
Version:
Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.
9 lines (8 loc) • 316 B
TypeScript
interface DynamicSideLengthProps {
width: string | number | null;
height: string | number | null;
maxSideLength: string | null;
defaultMinLength: string;
}
export declare function useDynamicSideLength({ width, height, maxSideLength, defaultMinLength, }: DynamicSideLengthProps): string[];
export {};