UNPKG

@inngest/workflow-kit

Version:
9 lines 304 B
export type SidebarProps = { /** * The position of the sidebar. Defaults to "right". */ position?: "right" | "left"; children?: React.ReactNode; }; export declare const Sidebar: (props: SidebarProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Sidebar.d.ts.map