@kietpt2003/react-native-core-ui
Version:
React Native Core UI components by KietPT
8 lines • 421 B
TypeScript
import React from 'react';
import { AccordionTreeItemProps, AccordionTreeProps } from './types/AccordionTypes';
declare const AccordionTreeWithGroup: React.FC<AccordionTreeProps & {
renderItem?: (params: AccordionTreeItemProps) => React.ReactNode;
renderRootItem?: (params: AccordionTreeItemProps) => React.ReactNode;
}>;
export default AccordionTreeWithGroup;
//# sourceMappingURL=AccordionTreeWithGroup.d.ts.map