Files
copilot-toolbox-template-123/node_modules/antd/es/layout/hooks/useHasSider.d.ts
2026-01-09 14:52:46 +00:00

3 lines
149 B
TypeScript

import type * as React from 'react';
export default function useHasSider(siders: string[], children?: React.ReactNode, hasSider?: boolean): boolean;