unis_crm/frontend1/node_modules/@rc-component/util/lib/Children/toArray.d.ts

6 lines
179 B
TypeScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
import React from 'react';
export interface Option {
keepEmpty?: boolean;
}
export default function toArray(children: React.ReactNode, option?: Option): React.ReactElement[];