UNPKG

syber-lowcode-business-materials

Version:
9 lines (8 loc) 244 B
/// <reference types="react" /> import "./directory-plus.scss"; export type CustomDirectoryProps = {}; declare const CustomDirectory: { (props: CustomDirectoryProps): JSX.Element; displayName: string; }; export default CustomDirectory;