Files
copilot-toolbox-sdfdsfds/node_modules/antd/lib/layout/hooks/useHasSider.d.ts
2026-01-16 01:51:36 +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;