@wix/design-system
Version:
@wix/design-system
11 lines • 365 B
TypeScript
/** An item for the section within the sidebar */
export function SidebarItemNext({ as, role, ...propsWithNoDefaults }: {
[x: string]: any;
as?: string | undefined;
role?: string | undefined;
}): React.JSX.Element;
export namespace SidebarItemNext {
let displayName: string;
}
import React from 'react';
//# sourceMappingURL=SidebarItemNext.d.ts.map