mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Add id prop to ResizeTarget
This commit is contained in:
parent
5105bb1eec
commit
033c957ef0
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ type Size = [number, number];
|
|||
interface Props {
|
||||
currentSize: Size;
|
||||
setWindowSize(size: Size): void;
|
||||
widthOnly: boolean;
|
||||
widthOnly?: boolean;
|
||||
id?: string;
|
||||
}
|
||||
|
||||
export default class ResizeTarget extends React.Component<Props> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue