goobs-frontend
Version:
A comprehensive React-based libary for building modern web applications
8 lines • 322 B
TypeScript
import { default as React } from 'react';
import { VLANFieldProps } from '../../../Field/IPAM/VLAN';
export interface UseVLANProps {
vlan?: VLANFieldProps | VLANFieldProps[];
}
declare const useVLAN: ({ vlan }: UseVLANProps) => React.ReactElement[] | null;
export default useVLAN;
//# sourceMappingURL=useVLAN.d.ts.map