@activecollab/components
Version:
ActiveCollab Components
22 lines • 923 B
TypeScript
import { NavAlignType, NavRoleType } from "./Nav";
interface StyledNavProps {
$align?: NavAlignType;
$role?: NavRoleType;
}
export declare const StyledNav: import("styled-components").StyledComponent<"nav", any, StyledNavProps, never>;
export declare const StyledNavList: import("styled-components").StyledComponent<"ul", any, {}, never>;
interface StyledNavListItemProps {
$active?: boolean;
$disabled?: boolean;
$role?: NavRoleType;
$asMore?: boolean;
}
export declare const StyledNavListItem: import("styled-components").StyledComponent<"li", any, StyledNavListItemProps, never>;
export declare const StyledNavAsSelect: import("styled-components").StyledComponent<"div", any, {
$active: boolean;
}, never>;
export declare const StyledNavAsMoreTarget: import("styled-components").StyledComponent<"div", any, {
$role?: NavRoleType;
}, never>;
export {};
//# sourceMappingURL=Styles.d.ts.map