UNPKG

@kietpt2003/react-native-core-ui

Version:
5 lines 408 B
import React from 'react'; import { AccordionTreeProps, AccordionTreeInternalProps } from './types/AccordionTypes'; declare const AccordionTreeInternal: React.FC<AccordionTreeInternalProps & Pick<AccordionTreeProps, 'type' | 'style' | 'itemStyle' | 'itemTextStyle' | 'renderItem' | 'renderRootItem' | 'onItemChange'>>; export default AccordionTreeInternal; //# sourceMappingURL=AccordionTreeInternal.d.ts.map