Skip to content

@eodash/eodash / Configuration / TEodashLayoutSwitcher

Interface: TEodashLayoutSwitcher

Properties

name

ts
name: "EodashLayoutSwitcher";

properties?

ts
optional properties?: Partial<{
  icon: string;
  target: string;
}> & Omit<object & VNodeProps & AllowedComponentProps & ComponentCustomProps, "target" | "icon">;