gestalt
Version:
A set of React UI components which enforce Pinterest's design language
7 lines (6 loc) • 322 B
TypeScript
import { Props as SideNavigationProps } from '../SideNavigation';
type Props = SideNavigationProps & {
id: string;
};
export default function SideNavigationMobile({ accessibilityLabel, children, footer, header, id, mobileTitle, dismissButton, showBorder, }: Props): import("react/jsx-runtime").JSX.Element;
export {};