mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
Stub out GroupDef
This commit is contained in:
parent
d3d1e35994
commit
d15b399f17
1 changed files with 5 additions and 0 deletions
|
|
@ -177,11 +177,16 @@ function ToggleButton(props) {
|
|||
return <Button {...props} />;
|
||||
}
|
||||
|
||||
function GroupDef(props) {
|
||||
return <div {...props} />;
|
||||
}
|
||||
|
||||
const NODE_NAME_TO_COMPONENT = {
|
||||
layout: Layout,
|
||||
layer: Layer,
|
||||
button: Button,
|
||||
togglebutton: ToggleButton,
|
||||
groupef: GroupDef,
|
||||
};
|
||||
|
||||
// Given a skin XML node, pick which component to use, and render it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue